mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update Military.hpp (#1695)
I just changed the spawing zombie typ for the military special loot. I noticed that there are only "z_new_worker2-4" zombies in the baracks and got a bit confused. So now we have the military zombies back.
This commit is contained in:
@@ -22,9 +22,9 @@ class MilitarySpecial : Military
|
||||
zombieClass[] =
|
||||
{
|
||||
"z_soldier_heavy",
|
||||
"z_new_worker2",
|
||||
"z_new_worker3",
|
||||
"z_new_worker4"
|
||||
"z_soldier_heavy",
|
||||
"z_soldier",
|
||||
"z_policeman"
|
||||
};
|
||||
lootChance = 0.4;
|
||||
lootGroup = MilitarySpecial;
|
||||
@@ -405,4 +405,4 @@ class UH60_ARMY_Wreck_burned_DZ: Military {
|
||||
minRoaming = 4;
|
||||
maxRoaming = 8;
|
||||
lootPos[] = {};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user