Add fuel containers loot group

Vanilla commits:

e51bde7c31

4e938fdaf7
This commit is contained in:
ebayShopper
2017-06-10 11:36:52 -04:00
parent 39e05ad0e4
commit ddd66777df
8 changed files with 32 additions and 13 deletions

View File

@@ -16,7 +16,6 @@ Industrial[] =
//Items
// {Loot_MAGAZINE, 6, ItemSandbag},
{Loot_MAGAZINE, 4, ItemJerryCan},
// {Loot_MAGAZINE, 1, ItemWire},
// {Loot_MAGAZINE, 4, ItemTankTrap},
{Loot_MAGAZINE, 1, equip_brick},
@@ -31,7 +30,6 @@ Industrial[] =
{Loot_MAGAZINE, 8, ItemPlank},
{Loot_MAGAZINE, 2, MortarBucket},
{Loot_MAGAZINE, 3, CinderBlocks},
{Loot_MAGAZINE, 3, ItemFuelBarrelEmpty},
{Loot_MAGAZINE, 3, ItemGenerator},
{Loot_MAGAZINE, 1, fuel_pump_kit},
@@ -39,6 +37,8 @@ Industrial[] =
{Loot_GROUP, 15, Parts},
{Loot_PILE, 10, Trash, 1, 3},
{Loot_PILE, 3, Consumable, 1, 2},
{Loot_GROUP, 4, JerryCan},
{Loot_GROUP, 3, FuelBarrel},
{Loot_GROUP, 5, Generic}
};