From 2c562ac2d29942844f0aa4c44339ddd88489db8a Mon Sep 17 00:00:00 2001 From: zaaarf Date: Sun, 10 Dec 2023 01:38:35 +0100 Subject: feat: added missing country history keys (except decisions) --- src/openvic-simulation/research/Invention.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/openvic-simulation/research/Invention.hpp') diff --git a/src/openvic-simulation/research/Invention.hpp b/src/openvic-simulation/research/Invention.hpp index 9cc158c..dc4256e 100644 --- a/src/openvic-simulation/research/Invention.hpp +++ b/src/openvic-simulation/research/Invention.hpp @@ -15,9 +15,9 @@ namespace OpenVic { struct Invention : Modifier { friend struct InventionManager; //TODO implement limit and chance - using unit_set_t = std::unordered_set; - using building_set_t = std::unordered_set; - using crime_set_t = std::unordered_set; + using unit_set_t = std::set; + using building_set_t = std::set; + using crime_set_t = std::set; private: const bool PROPERTY_CUSTOM_PREFIX(news, is); -- cgit v1.2.3-56-ga3b1