1
0
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:
Jbleezy
2023-04-30 23:12:36 -07:00
parent 623e016f8a
commit 3fa9c67ec8

View File

@ -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 );