ebayShopper
2017-03-20 18:32:44 -04:00
parent 8b3f28dc0c
commit fa18cbce51
@@ -17,6 +17,7 @@ class ItemTent : CA_Magazine
require[] = {};
consume[] = {"ItemTent"};
create = "TentStorage";
ghost = "TentStorage_Ghost";
//Bypass collision test
bypassCollision = "true";
};
@@ -61,6 +62,7 @@ class ItemDomeTent : CA_Magazine
require[] = {};
consume[] = {"ItemDomeTent"};
create = "DomeTentStorage";
ghost = "DomeTentStorage_Ghost";
//Bypass collision test
bypassCollision = "true";
};