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