Add more civilian skins and zombies

Thanks to Marseille77
This commit is contained in:
A Man
2020-03-18 17:30:15 +01:00
parent 6961474bdd
commit d5801e167a
21 changed files with 444 additions and 84 deletions

View File

@@ -6,7 +6,6 @@ class Supermarket : Default
zombieChance = 0.3;
zombieClass[] =
{
"zZombie_Base",
"zZombie_Base",
"z_hunter",
"z_teacher",
@@ -30,7 +29,18 @@ class Supermarket : Default
"z_rocker3",
"z_rocker4",
"z_assistant",
"z_pilot"
"z_pilot",
"z_firefighter1",
"z_firefighter2",
"z_firefighter3",
"z_firefighter4",
"z_firefighter5",
"z_postman1",
"z_postman2",
"z_postman3",
"z_postman4",
"z_assistant",
"z_gardener"
};
lootGroup = Supermarket;
};