Merge pull request #11765 from Putnam3145/dynamic-chaos-weight

Makes intrigue, classic, story storytellers have their chaos weighted by recent round chaos
This commit is contained in:
kevinz000
2020-04-09 02:40:25 -07:00
committed by GitHub
5 changed files with 32 additions and 8 deletions
+1
View File
@@ -7,6 +7,7 @@
#define WAROPS_ALWAYS_ALLOWED (1<<1)
#define USE_PREF_WEIGHTS (1<<2)
#define FORCE_IF_WON (1<<3)
#define USE_PREV_ROUND_WEIGHTS (1<<4)
#define ONLY_RULESET (1<<0)
#define HIGHLANDER_RULESET (1<<1)