We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0e4ceb commit a91e5eaCopy full SHA for a91e5ea
src/openvic-simulation/country/CountryInstance.cpp
@@ -713,7 +713,7 @@ bool CountryInstance::apply_history_to_country(
713
ret &= set_technology_unlock_level(*technology, level);
714
}
715
716
- for (auto const& invention : invention_manager.get_inventions()) {
+ for (Invention const& invention : invention_manager.get_inventions()) {
717
const bool is_condition_met = false; //check invention.get_limit()
718
if(is_condition_met) {
719
ret &= set_invention_unlock_level(invention, 1);
0 commit comments