mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 23:27:57 -05:00
Electric Trap: remove zombie death explosion
Electric Trap: remove wait before kill
This commit is contained in:
@ -102,6 +102,15 @@ cleanupoldtrap()
|
||||
}
|
||||
}
|
||||
|
||||
electrictrapkill(weapon)
|
||||
{
|
||||
self endon("death");
|
||||
|
||||
self.is_on_fire = 0;
|
||||
self notify("stop_flame_damage");
|
||||
self dodamage(self.health + 666, self.origin);
|
||||
}
|
||||
|
||||
etrap_choke()
|
||||
{
|
||||
// no choke
|
||||
|
Reference in New Issue
Block a user