We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a229f commit 044e46bCopy full SHA for 044e46b
2 files changed
src/modelec_strat/data/config.xml
@@ -71,4 +71,5 @@
71
<time_to_put_zone>77</time_to_put_zone>
72
<time_to_remove_top_pot>65</time_to_remove_top_pot>
73
</pami>
74
+ <static_strat>false</static_strat>
75
</config>
src/modelec_strat/src/strat_fms.cpp
@@ -70,7 +70,7 @@ namespace Modelec
70
game_action_sequence_.push(State::TAKE_MISSION);
game_action_sequence_.push(State::FREE_MISSION);
- static_strat_ = false;
+ static_strat_ = Config::get<bool>("config.static_strat", false);
}
76
void StratFMS::Init()
0 commit comments