mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-29 21:21:55 +03:00
d5801e167a
Thanks to Marseille77
15 lines
349 B
C++
15 lines
349 B
C++
ZombiePostman[] =
|
|
{
|
|
{Loot_GROUP, 6, Consumable},
|
|
{Loot_GROUP, 1, AmmoCivilian},
|
|
{Loot_MAGAZINE, 3, ItemBandage},
|
|
{Loot_MAGAZINE, 2, ItemPainkiller},
|
|
{Loot_MAGAZINE, 2, ItemAntibacterialWipe},
|
|
{Loot_MAGAZINE, 3, ItemDocument}
|
|
};
|
|
|
|
ZombiePostmanViral[] =
|
|
{
|
|
{Loot_GROUP, 10, ZombiePostman},
|
|
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
|
}; |