CfgLootSmall Done, left off at tents[] in CfgLoot

This commit is contained in:
icomrade
2016-02-23 10:39:33 -05:00
parent 8cdc8e6e36
commit 71956df248
17 changed files with 324 additions and 31 deletions

View File

@@ -1,6 +1,7 @@
ZombieMilitary[] =
{
{Loot_MAGAZINE, 1, FoodMRE},
{Loot_MAGAZINE, 2, ItemHotwireKit},
{Loot_GROUP, 3, MedicalLow},
{Loot_GROUP, 10, AmmoMilitaryLow},
{Loot_GROUP, 2, AmmoMilitaryHigh},
@@ -10,5 +11,5 @@ ZombieMilitary[] =
ZombieMilitaryViral[] =
{
{Loot_GROUP, 10, ZombieMilitary},
{Loot_MAGAZINE, 1, ItemAntibiotic1}
{Loot_MAGAZINE, 3, ItemAntibiotic1}
};