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

@@ -0,0 +1,17 @@
JerryCan[] =
{
{Loot_MAGAZINE, 1, ItemJerryCan},
{Loot_MAGAZINE, 1, ItemJerryCanEmpty}
};
FuelCan[] =
{
{Loot_MAGAZINE, 1, ItemFuelcan},
{Loot_MAGAZINE, 1, ItemFuelcanEmpty}
};
FuelBarrel[] =
{
{Loot_MAGAZINE, 1, ItemFuelBarrel},
{Loot_MAGAZINE, 1, ItemFuelBarrelEmpty}
};