Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot/Groups/ConsumableItems.hpp
2016-03-31 16:23:09 -04:00

11 lines
272 B
C++

Matchbox[] =
{
{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}
};