From 00fb40ce2e89a8fe0945457d0f5a03e67be0a18f Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 28 Sep 2024 12:15:59 +0100 Subject: Debugging Kremlin Coup --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 2c43423..6b26936 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.toLowerCase}`) + gen_action(`${country.toLowerCase()}`) } } } -- cgit v1.2.3