1
0
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:
Jbleezy
2021-12-20 22:05:19 -08:00
parent 98ab2efcba
commit aa07ca0f76
3 changed files with 20 additions and 1 deletions

View 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();
}
}