mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
CFG WEAPONS DONE
This commit is contained in:
10
SQF/dayz_code/Configs/CfgLoot/Groups/ConsumableItems.hpp
Normal file
10
SQF/dayz_code/Configs/CfgLoot/Groups/ConsumableItems.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
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}
|
||||
};
|
||||
Reference in New Issue
Block a user