+ 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

@@ -694,8 +694,18 @@ class HMMWV_Base;
};
class BAF_Soldier_W;
class Soldier1_DZ: BAF_Soldier_W {
displayName = "Soldier";
side = 1;
weapons[] = {"Throw","Put"};
backpack = "";
magazines[] = {};
respawnWeapons[] = {"Throw","Put"};
respawnMagazines[] = {};
weaponSlots = "1 + 4 + 12* 256 + 2* 4096 + 2 + 8* 16 + 12*131072";
canHideBodies = 1;
};
class BAF_Soldier_SniperH_W;
class Sniper1_DZ: BAF_Soldier_SniperH_W {
displayName = "Sniper";