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:
A Man
2016-06-16 22:22:12 +02:00
committed by ebaydayz
parent e08ccaea1b
commit 72ea372acf

View File

@@ -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[] = {};
};
};