diff options
Diffstat (limited to 'rules.ts')
-rw-r--r-- | rules.ts | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2537,6 +2537,11 @@ states.use_organization_medallion = { states.use_strategy_medallion = { inactive: 'choose to use Strategy Medallion', + auto_resolve() { + if (game.used_medallions.includes(STRATEGY_MEDALLION_ID)) + return true + return false + }, prompt() { // gen_spend_hero_points(); // confusing when available during this question const { f } = get_active_node_args(); |