mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
11 lines
401 B
C++
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}
|
|
};
|