Move more stuff out of DZE\Misc.hpp

Better organization
This commit is contained in:
ebaydayz
2016-03-10 15:44:50 -05:00
parent 6ca57a099a
commit 02564a2d30
5 changed files with 174 additions and 255 deletions
@@ -17,7 +17,7 @@ class ItemWire : CA_Magazine
script = "; [_id,'Build'] spawn player_build; r_action_count = r_action_count + 1;";
require[] = {"ItemToolbox"};
consume[] = {"ItemWire"};
create = "Wire_cat1";
create = "Fort_RazorWire"; // 1.8.7 uses Wire_cat1
byPass = "byPassRoadCheck";
};
};