Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgLoot/Groups/Zombies/Hunter.hpp
2016-02-21 13:09:16 -05:00

12 lines
228 B
C++

ZombieHunter[] =
{
{Loot_GROUP, 4, Consumable},
{Loot_GROUP, 7, AmmoCivilian},
{Loot_MAGAZINE, 1, 1Rnd_Arrow_Wood}
};
ZombieHunterViral[] =
{
{Loot_GROUP, 10, ZombieHunter},
{Loot_MAGAZINE, 1, ItemAntibiotic1}
};