mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-11 02:32:55 +03:00
0.963
+ added more missing weights + added large sandbag with crafting 3 sandbags + 1 wire + potential fix for vehicle detection at seller + fixed mi17 civillian skin and added test for removing gear access + force all spawned objects to exact position
This commit is contained in:
@@ -1246,6 +1246,14 @@ class CfgMagazines
|
||||
model = "\dayz_equip\models\woodPile.p3d";
|
||||
picture = "\dayz_equip\textures\equip_woodPile_ca.paa";
|
||||
descriptionShort = "$STR_EQUIP_DESC_40";
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = "Build Branch Fence";
|
||||
script = "spawn player_build;";
|
||||
require = "ItemToolbox";
|
||||
create = "Wall_FenW2_6_EP1";
|
||||
};
|
||||
};
|
||||
};
|
||||
class PartVRotor: CA_Magazine
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user