mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Add new L85 and SVD variants
Vanilla commits:8951508770aad456958158e594553beaf9648253
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