From 132fb33dbc7c8de362e74c93d65c8dadb6f9274f Mon Sep 17 00:00:00 2001 From: Jbleezy Date: Sat, 22 Jan 2022 22:59:09 -0800 Subject: [PATCH] Fix PHD Flopper explosions not activating --- scripts/zm/_zm_reimagined.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;