+ allow cargo check on open vaults
+ added Land_HBarrier1_DZ for large sandbag crafting
+ fixed animation sources error with wood gate. fixes #109
+ fixed missing Soldier1_DZ one skin. fixes #93
This commit is contained in:
vbawol
2013-02-20 18:35:03 -06:00
parent 16878f0e5a
commit 70be2b1dae
6 changed files with 49 additions and 8 deletions

View File

@@ -47,17 +47,17 @@ class CfgMagazines {
scope = public;
count = 1;
type = 256;
displayName = "Large Sandbags";
displayName = "H-barrier cube";
model = "\dayz_equip\models\sandbags.p3d";
picture = "\dayz_equip\textures\equip_sandbag_ca.paa";
descriptionShort = "Sacks made of hessian and wire that can be filled with sand or soil and used for military fortification.";
class ItemActions {
class Build {
text = "Build Sandbag Wall";
text = "Build H-barrier cube";
script = "spawn player_build;";
require = "ItemEtool";
create = "Sandbag1_DZ";
create = "Land_HBarrier1_DZ";
};
};
};