mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-29 16:40:18 -05:00
Origins Quest (ascend from darkness step): three robots always active
This commit is contained in:
@ -35,7 +35,7 @@ robot_cycling()
|
||||
if ( !( level.round_number % 4 ) && three_robot_round != level.round_number )
|
||||
flag_set( "three_robot_round" );
|
||||
|
||||
if ( flag( "ee_all_staffs_placed" ) && !flag( "ee_mech_zombie_hole_opened" ) )
|
||||
if ( flag( "ee_all_staffs_upgraded" ) && !flag( "ee_mech_zombie_hole_opened" ) )
|
||||
flag_set( "three_robot_round" );
|
||||
|
||||
if ( flag( "three_robot_round" ) )
|
||||
|
Reference in New Issue
Block a user