From 6ff7e201ef2937f71c9b117b3e4bf84d50db1702 Mon Sep 17 00:00:00 2001 From: GalacticApple <87950676+GalacticApple@users.noreply.github.com> Date: Sun, 26 May 2024 18:54:41 -0400 Subject: [PATCH] Update src/game.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.cpp b/src/game.cpp index de235d6a0e2a7..c8904d84183df 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -3666,7 +3666,7 @@ bool game::verify_dynamic_power( std::string dyn ) if( faction_manager_ptr->get( faction_id( "robofac" ) )->power >= 150 ) { return false; } - } else if( dyn[i] == '3') { //Did Hub-01 fail to find a solution to their resource shortages? + } else if( dyn[i] == '3' ) { //Did Hub-01 fail to find a solution to their resource shortages? if( faction_manager_ptr->get( faction_id( "robofac" ) )->power >= 150 && faction_manager_ptr->get( faction_id( "the_great_library" ) )->power >= 150 && faction_manager_ptr->get( faction_id( "exodii" ) )->power >= 150 ) {