mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-05 08:01:56 +03:00
Add more zombie models
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
ZombieApo[] =
|
||||
{
|
||||
{Loot_MAGAZINE, 5, FoodMRE},
|
||||
{Loot_MAGAZINE, 1, ItemHotwireKit},
|
||||
{Loot_GROUP, 3, MedicalLow},
|
||||
{Loot_GROUP, 10, AmmoMilitaryZed},
|
||||
{Loot_GROUP, 2, Consumable}
|
||||
};
|
||||
|
||||
ZombieApoViral[] =
|
||||
{
|
||||
{Loot_GROUP, 10, ZombieApo},
|
||||
{Loot_MAGAZINE, 1, ItemAntibiotic1}
|
||||
};
|
||||
Reference in New Issue
Block a user