Temp Bypass for tents and stashes for collision checks.

Vanilla development commit:

143f8e4dcb
This commit is contained in:
ebaydayz
2016-08-21 11:39:19 -04:00
parent 49c6e0c318
commit f0e0f6d6e4
3 changed files with 26 additions and 41 deletions

View File

@@ -18,6 +18,7 @@ class ItemSandbag : CA_Magazine
require[] = {"ItemEtool"};
consume[] = {"ItemSandbag"};
create = "Sandbag1_DZ";
//bypass RoadCheck
byPass = "byPassRoadCheck";
};
/*
@@ -28,6 +29,8 @@ class ItemSandbag : CA_Magazine
require[] = {"ItemEtool"};
consume[] = {"ItemSandbag"};
create = "StashSmall";
//Bypass collision test
bypassCollision = "true";
};
*/
class Crafting