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

Denizens: fix blur overlay not going away

This commit is contained in:
Jbleezy
2023-10-04 22:21:42 -07:00
parent 9c59f3ab27
commit ef095fbceb

View File

@ -175,7 +175,7 @@ screecher_detach( player )
player takeweapon( "screecher_arms_zm" );
// if ( !getdvarint( _hash_E7EF8EB7 ) )
// player stoppoisoning();
player stoppoisoning();
if ( !player maps\mp\zombies\_zm_laststand::player_is_in_laststand() && !( isdefined( player.intermission ) && player.intermission ) )
player decrement_is_drinking();
@ -257,7 +257,7 @@ screecher_cleanup()
player takeweapon( "screecher_arms_zm" );
// if ( !getdvarint( _hash_E7EF8EB7 ) )
// player stoppoisoning();
player stoppoisoning();
if ( !player maps\mp\zombies\_zm_laststand::player_is_in_laststand() && !( isdefined( player.intermission ) && player.intermission ) )
player decrement_is_drinking();