Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot/Groups/ConsumableItems.hpp
2016-02-25 11:43:55 -05:00

11 lines
401 B
C++

Matchbox[] =
{ //Change your loottable to use this loot_GROUP if you want matchbox ammo count, otherwise {Loot_WEAPON, 3, ItemMatchbox_DZE},
{Loot_WEAPON, 1, ItemMatchbox},
{Loot_WEAPON, 1, Item5Matchbox},
{Loot_WEAPON, 1, Item4Matchbox},
{Loot_WEAPON, 1, Item3Matchbox},
{Loot_WEAPON, 1, Item2Matchbox},
{Loot_WEAPON, 1, Item1Matchbox},
{Loot_WEAPON, 1, ItemMatchboxEmpty}
};