mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-13 08:38:01 -05:00
Die Rise: fix zombies dying outside of the map
This commit is contained in:
@ -124,7 +124,7 @@ squashed_death_init( kill_if_falling )
|
|||||||
}
|
}
|
||||||
else if ( isai( who ) )
|
else if ( isai( who ) )
|
||||||
{
|
{
|
||||||
if ( is_true( who.in_the_ceiling ) )
|
if ( is_true( who.in_the_ceiling ) || !is_true( who.completed_emerging_into_playable_area ) )
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
playfx( level._effect["zomb_gib"], who.origin );
|
playfx( level._effect["zomb_gib"], who.origin );
|
||||||
|
Reference in New Issue
Block a user