mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
Add Garbage Man and Paramedic as zombies
Thx @DeVloek for the textures
This commit is contained in:
@@ -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"};
|
||||
};
|
||||
Reference in New Issue
Block a user