diff --git a/SQF/dayz_code/Configs/CfgMagazines/Items/Tent.hpp b/SQF/dayz_code/Configs/CfgMagazines/Items/Tent.hpp index 4e6b1be07..c7a686c7f 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/Items/Tent.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/Items/Tent.hpp @@ -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"; };