1
0
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:
Jbleezy
2023-03-31 18:53:23 -07:00
parent 129083758f
commit 19a0dfab3b
4 changed files with 38 additions and 3 deletions

View File

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