Update vanilla building

Vanilla commit:

https://github.com/DayZMod/DayZ/commit/ad0d5141180043e1ff7ca89f4168cf3df96095e3
This commit is contained in:
ebayShopper
2017-12-04 13:49:12 -05:00
parent 5ca381e95a
commit b39a15cdd7
8 changed files with 310 additions and 48 deletions
@@ -34,7 +34,7 @@
class Build
{
text = $STR_BUILD_CAMONET;
script = "; ['ItemCamoNetGrey','Build'] spawn player_build;";
script = "; ['ItemCamoNetGrey','Build'] spawn player_buildPlaceables;";
require[] = {"ItemToolbox"};
consume[] = {"ItemCamoNetGrey"};
create = "CamoNet_DZ";