mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-13 21:31:56 +03:00
Add ghost models for tents
Vanilla commits: https://github.com/DayZMod/DayZ/commit/8c48716c43b895e5651d7c02e6a1345ad5f74eaa https://github.com/DayZMod/DayZ/commit/67c031697bf4596d2e75544832f79111d6693b74
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user