diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 11:57:30 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-28 11:57:30 +0100 |
commit | f906f27023fd5b547b147caeda6365a41640d607 (patch) | |
tree | a6dcb23a6fc5f18b9bca33cfb279b1bff473fc54 | |
parent | 31de990f98d06b0de29084a46094a18159762d52 (diff) | |
download | 1989-dawn-of-freedom-f906f27023fd5b547b147caeda6365a41640d607.tar.gz |
Updates to Kremlin Coup
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}`)
}
}
}
|