mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-13 16:48:07 -05:00
Fire Staff: add back random gib
This commit is contained in:
@ -29,6 +29,9 @@ flame_damage_fx( damageweapon, e_attacker, pct_damage = 1.0 )
|
|||||||
{
|
{
|
||||||
self do_damage_network_safe( e_attacker, self.health, damageweapon, "MOD_BURNED" );
|
self do_damage_network_safe( e_attacker, self.health, damageweapon, "MOD_BURNED" );
|
||||||
|
|
||||||
|
if ( cointoss() )
|
||||||
|
self thread zombie_gib_all();
|
||||||
|
else
|
||||||
self thread zombie_gib_guts();
|
self thread zombie_gib_guts();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user