Add Garbage Man and Paramedic as zombies

Thx @DeVloek for the textures
This commit is contained in:
A Man
2021-10-27 21:24:49 +02:00
parent e766d1d344
commit 9dde58abb9
7 changed files with 28 additions and 17 deletions

View File

@@ -2044,4 +2044,10 @@ class z_hero4 : z_hero1 {
};
class z_hero5 : z_hero1 {
HiddenSelectionsTextures[] = {"\Ca\Characters_PMC\PMC_soldier\Data\bauer_5_co.paa","\Ca\Characters_PMC\PMC_soldier\Data\Bauer_Gear_3_co.paa","\Ca\Characters_PMC\PMC_soldier\Data\HeadGear_CO.paa"};
};
class z_paramedic : z_firefighter1 {
displayName = $STR_ZNAME_PARAMEDIC;
zombieLoot = ZombieDoctor;
hiddenSelectionsTextures[] = {"\dayz_epoch_c\skins\male\paramedic.paa"};
};