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

Ballistic Knife: add held Bowie Knife and Galvaknuckles

This commit is contained in:
Jbleezy
2024-04-13 22:22:50 -07:00
parent d315762cbb
commit ae5ed67b2d
13 changed files with 26 additions and 11 deletions

View File

@ -532,7 +532,7 @@ zombie_death_animscript()
if ("rottweil72_upgraded_zm" == self.damageweapon && "MOD_RIFLE_BULLET" == self.damagemod)
self thread dragons_breath_flame_death_fx();
if (issubstr(self.damageweapon, "tazer_knuckles_zm") && "MOD_MELEE" == self.damagemod)
if (scripts\zm\_zm_reimagined::is_tazer_weapon(self.damageweapon) && "MOD_MELEE" == self.damagemod)
{
self.is_on_fire = 0;
self notify("stop_flame_damage");