mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 13:21:57 +03:00
Add new L85 and SVD variants
Vanilla commits: https://github.com/DayZMod/DayZ/commit/8951508770d2ec7fffb1e42bc5c2b15320a874fc https://github.com/DayZMod/DayZ/commit/aad4569581bcc0a0d8ede336b5a40f974c089d10 https://github.com/DayZMod/DayZ/commit/58e594553bd6ef776b1ddc2ad858d9b21e411abd https://github.com/DayZMod/DayZ/commit/eaf964825390035776af6f4b1b47fe64b12dbad6
This commit is contained in:
@@ -17,7 +17,7 @@ class ItemTent : CA_Magazine
|
||||
require[] = {};
|
||||
consume[] = {"ItemTent"};
|
||||
create = "TentStorage";
|
||||
ghost = "TentStorage_Ghost";
|
||||
//ghost = "TentStorage_Ghost";
|
||||
//Bypass collision test
|
||||
bypassCollision = "true";
|
||||
};
|
||||
@@ -62,7 +62,7 @@ class ItemDomeTent : CA_Magazine
|
||||
require[] = {};
|
||||
consume[] = {"ItemDomeTent"};
|
||||
create = "DomeTentStorage";
|
||||
ghost = "DomeTentStorage_Ghost";
|
||||
//ghost = "DomeTentStorage_Ghost";
|
||||
//Bypass collision test
|
||||
bypassCollision = "true";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user