1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-26 15:13:04 -05:00

Grief: melee stunned enemy player only pushes

This commit is contained in:
Jbleezy
2021-12-13 17:00:56 -08:00
parent 7e504f38e5
commit 6eaaf190ed
2 changed files with 2 additions and 2 deletions

View File

@ -1033,7 +1033,7 @@ game_module_player_damage_callback( einflictor, eattacker, idamage, idflags, sme
self applyknockback( idamage, vdir );
}
if ( is_true( self._being_shellshocked ) && !is_melee )
if ( is_true( self._being_shellshocked ) )
{
return;
}