ebayShopper
2017-11-26 17:39:02 -05:00
parent 2e01a8d8eb
commit d6f88fbf8a
14 changed files with 1071 additions and 70 deletions
@@ -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";
};