Add ghost models for tents

Vanilla commits:

8c48716c43

67c031697b
This commit is contained in:
ebayShopper
2017-03-20 18:32:44 -04:00
parent 8b3f28dc0c
commit fa18cbce51

View File

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