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

Die Rise: fix not dying from falling to the bottom of an elevator shaft

This commit is contained in:
Jbleezy
2023-05-09 02:28:34 -07:00
parent 83748b5088
commit 9d240956d2

View File

@ -111,11 +111,6 @@ 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 );