DRY food/gold maximums. fix #79

This commit is contained in:
2025-02-15 23:40:14 -06:00
committed by Celtic Minstrel
parent cff8200f02
commit c6f06ea862
3 changed files with 8 additions and 5 deletions

View File

@@ -35,6 +35,9 @@ namespace boost { namespace filesystem {} namespace process {}}
namespace fs = boost::filesystem;
namespace bp = boost::process;
// Limits
const int MAX_GOLD = 30000;
const int MAX_FOOD = 25000;
inline bool str_to_bool(std::string str) {
return str == "true";