mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23: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:
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user