1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Zombie Shield: remove zombie death explosion

This commit is contained in:
Jbleezy
2024-04-12 15:56:10 -07:00
parent 772a713a39
commit 219cf0977a
2 changed files with 2 additions and 1 deletions

View File

@ -1406,7 +1406,7 @@ actor_damage_override(inflictor, attacker, damage, flags, meansofdeath, weapon,
return damage;
}
if (issubstr(weapon, "tazer_knuckles_zm") || weapon == "jetgun_zm")
if (issubstr(weapon, "tazer_knuckles_zm") || weapon == "jetgun_zm" || weapon == "riotshield_zm")
{
self.knuckles_extinguish_flames = 1;
}