From ebeb5948fb1f077f2dc38c81a1e22b95c79c87d1 Mon Sep 17 00:00:00 2001 From: GalacticApple <87950676+GalacticApple@users.noreply.github.com> Date: Sun, 26 May 2024 18:54:50 -0400 Subject: [PATCH] Update src/game.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/game.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/game.cpp b/src/game.cpp index c8904d84183df..87c06c57f57f3 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -3640,11 +3640,11 @@ bool game::verify_dynamic_power( std::string dyn ) return false; } } else if( dyn[i] == '3' ) { //Did the Old Guard manage to find enough allies? - if( faction_manager_ptr->get( faction_id( "old_guard" ) )->power < 150 - || faction_manager_ptr->get( faction_id( "robofac" ) )->power < 150 - || faction_manager_ptr->get( faction_id( "tacoma_commune" ) )->power < 150 - || faction_manager_ptr->get( faction_id( "the_great_library" ) )->power < 150 - || faction_manager_ptr->get( faction_id( "exodii") )->power < 150 ) { + if( faction_manager_ptr->get( faction_id( "old_guard" ) )->power < 150 + || faction_manager_ptr->get( faction_id( "robofac" ) )->power < 150 + || faction_manager_ptr->get( faction_id( "tacoma_commune" ) )->power < 150 + || faction_manager_ptr->get( faction_id( "the_great_library" ) )->power < 150 + || faction_manager_ptr->get( faction_id( "exodii" ) )->power < 150 ) { return false; //If they didn't, then this doesn't apply } } else if(dyn[i] == '4') { //Did the Old Guard fail to find enough powerful allies?