mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 23:57:59 -05:00
Zombie Shield: remove zombie death explosion
This commit is contained in:
@ -803,6 +803,7 @@
|
|||||||
* Added shield health bar on HUD
|
* Added shield health bar on HUD
|
||||||
* Awards points for kills and damage
|
* Awards points for kills and damage
|
||||||
* Can be repaired at buildable table (same cost as purchase cost)
|
* Can be repaired at buildable table (same cost as purchase cost)
|
||||||
|
* Zombies that are on fire no longer explode on death
|
||||||
* Can be destroyed by player damage when deployed
|
* Can be destroyed by player damage when deployed
|
||||||
* Destroyed sound plays when player is holding
|
* Destroyed sound plays when player is holding
|
||||||
* Deployed damage sound plays on shield instead of player
|
* Deployed damage sound plays on shield instead of player
|
||||||
|
@ -1406,7 +1406,7 @@ actor_damage_override(inflictor, attacker, damage, flags, meansofdeath, weapon,
|
|||||||
return damage;
|
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;
|
self.knuckles_extinguish_flames = 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user