mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 15:48:05 -05:00
Die Rise: fix zombies still dying outside of the map
This commit is contained in:
@ -111,6 +111,11 @@ highrise_pap_move_in( trigger, origin_offset, angles_offset )
|
||||
|
||||
squashed_death_init( kill_if_falling )
|
||||
{
|
||||
if ( !kill_if_falling )
|
||||
{
|
||||
flag_wait( "power_on" );
|
||||
}
|
||||
|
||||
while ( true )
|
||||
{
|
||||
self waittill( "trigger", who );
|
||||
|
Reference in New Issue
Block a user