mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-24 14:10:30 -05:00
Tranzit: lava destroys grenades instantly
This commit is contained in:
16
scripts/zm/replaced/_zm_weapons.gsc
Normal file
16
scripts/zm/replaced/_zm_weapons.gsc
Normal file
@ -0,0 +1,16 @@
|
||||
#include maps\mp\_utility;
|
||||
#include common_scripts\utility;
|
||||
#include maps\mp\zombies\_zm_utility;
|
||||
|
||||
makegrenadedudanddestroy()
|
||||
{
|
||||
self endon( "death" );
|
||||
|
||||
self notify( "grenade_dud" );
|
||||
self makegrenadedud();
|
||||
|
||||
if ( isDefined( self ) )
|
||||
{
|
||||
self delete();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user