mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 18:36:29 +03:00
Temp Bypass for tents and stashes for collision checks.
Vanilla development commit:
143f8e4dcb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user