Add winter camo tents

Models made by @Helion4
This commit is contained in:
AirwavesMan
2020-12-19 15:43:05 +01:00
parent e7028cbee5
commit 83012eb156
8 changed files with 275 additions and 41 deletions

View File

@@ -17,9 +17,11 @@ Generic[] =
};
tents[] = {
{Loot_MAGAZINE, 1, ItemDomeTent},
{Loot_MAGAZINE, 1, ItemTent},
{Loot_MAGAZINE, 1, ItemDesertTent} //EPOCH ADDITION
{Loot_MAGAZINE, 3, ItemDomeTent},
{Loot_MAGAZINE, 3, ItemTent},
{Loot_MAGAZINE, 1, ItemDesertTent},
{Loot_MAGAZINE, 1, ItemTentWinter},
{Loot_MAGAZINE, 1, ItemWinterDomeTent}
};
GenericSmall[] =