diff --git a/scripts/zm/_zm_reimagined.gsc b/scripts/zm/_zm_reimagined.gsc index 57dd9dbb..c8678165 100644 --- a/scripts/zm/_zm_reimagined.gsc +++ b/scripts/zm/_zm_reimagined.gsc @@ -1903,7 +1903,7 @@ melee_weapon_disable_weapon_trading() player_damage_override( einflictor, eattacker, idamage, idflags, smeansofdeath, sweapon, vpoint, vdir, shitloc, psoffsettime ) { - if(smeansofdeath == "MOD_FALLING") + if(smeansofdeath == "MOD_FALLING" && !self hasPerk("specialty_flakjacket")) { // remove fall damage being based off max health ratio = self.maxhealth / 100;