Skip to content

Commit

Permalink
Update src/game.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
GalacticApple and github-actions[bot] authored May 26, 2024
1 parent b03ae28 commit 6ff7e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) {
Expand Down

0 comments on commit 6ff7e20

Please sign in to comment.