mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
0.974
+ 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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user