Add new L85 and SVD variants

Vanilla commits:

8951508770

aad4569581

58e594553b

eaf9648253
This commit is contained in:
ebayShopper
2017-11-26 17:39:02 -05:00
parent 2e01a8d8eb
commit d6f88fbf8a
14 changed files with 1071 additions and 70 deletions

View File

@@ -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";
};