diff --git a/scripts/zm/replaced/_zm.gsc b/scripts/zm/replaced/_zm.gsc index 96d3ca27..cc1006b7 100644 --- a/scripts/zm/replaced/_zm.gsc +++ b/scripts/zm/replaced/_zm.gsc @@ -288,6 +288,14 @@ actor_damage_override( inflictor, attacker, damage, flags, meansofdeath, weapon, } } + if (weapon == "staff_revive_zm") + { + if (!is_true(self.is_mechz)) + { + final_damage = level.zombie_health; + } + } + if(attacker HasPerk("specialty_rof")) { if(meansofdeath == "MOD_PISTOL_BULLET" || meansofdeath == "MOD_RIFLE_BULLET")