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

EMP Grenade: fix EMP'ing certain items at any range

This commit is contained in:
Jbleezy
2022-01-02 16:50:24 -08:00
parent f4a911a793
commit 3144f0968a

View File

@ -22,7 +22,7 @@ emp_detonate(grenade)
return;
}
level notify( "emp_detonate" );
level notify( "emp_detonate", origin, emp_radius );
self thread maps/mp/zombies/_zm_weap_emp_bomb::emp_detonate_zombies( grenade_origin, grenade_owner );
if ( isDefined( level.custom_emp_detonate ) )