aboutsummaryrefslogtreecommitdiff
path: root/src/openvic-simulation/politics/Rule.cpp
diff options
context:
space:
mode:
author hop311 <hop3114@gmail.com>2024-09-13 01:11:33 +0200
committer hop311 <hop3114@gmail.com>2024-09-13 01:11:33 +0200
commit81e00e3291834dbae6e70224651bf66198ba154e (patch)
tree071de89f19e8fee2a51c8e5065cb25734a6ed2d1 /src/openvic-simulation/politics/Rule.cpp
parenta424969548083a977480a6be0f078760a5789bbf (diff)
Calculate country and province modifier sums (WIP)resultant-modifier
Diffstat (limited to 'src/openvic-simulation/politics/Rule.cpp')
-rw-r--r--src/openvic-simulation/politics/Rule.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvic-simulation/politics/Rule.cpp b/src/openvic-simulation/politics/Rule.cpp
index 1d61652..d8c8c75 100644
--- a/src/openvic-simulation/politics/Rule.cpp
+++ b/src/openvic-simulation/politics/Rule.cpp
@@ -159,7 +159,7 @@ bool RuleManager::setup_rules(BuildingTypeManager const& building_type_manager)
"expand_factory", "open_factory", "destroy_factory", "pop_build_factory", "pop_expand_factory", "pop_open_factory",
"can_subsidise", "factory_priority", "delete_factory_if_no_input", "build_factory_invest", "expand_factory_invest",
"open_factory_invest", "build_railway_invest", "pop_build_factory_invest", "pop_expand_factory_invest",
- "can_invest_in_pop_projects", "allow_foreign_investment"
+ "pop_open_factory_invest", "can_invest_in_pop_projects", "allow_foreign_investment"
} },
{ CITIZENSHIP, { "primary_culture_voting", "culture_voting", "all_voting" } },
{ SLAVERY, { "slavery_allowed" } },