From f906f27023fd5b547b147caeda6365a41640d607 Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 28 Sep 2024 11:57:30 +0100 Subject: Updates to Kremlin Coup --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 1877208..78e4d84 100644 --- a/rules.js +++ b/rules.js @@ -6595,7 +6595,7 @@ states.vm_kremlin_coup_choose_country = { console.log(`checking`, country) if (game.temp.includes(country)) { console.log('country in game.temp') - gen_action(`${country}`) + gen_action(`${country.toLowerCase}`) } } } -- cgit v1.2.3