diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-06 19:03:07 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-06 19:03:07 +0000 |
commit | 992e03dcbf2e17cf1f20e7237d3eb21d64a5cb19 (patch) | |
tree | 2760d9e7dd7099a706fa51a17bd3a55d35b73157 /rules.js | |
parent | 9b1ab3110cf6c78699ced0d7b57a1c394f1e09a5 (diff) | |
download | 1989-dawn-of-freedom-992e03dcbf2e17cf1f20e7237d3eb21d64a5cb19.tar.gz |
Fix typos
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1987,7 +1987,7 @@ states.honecker = { }, pass() { push_undo() - log(`C${C_HONECKER}: passed`) + log(`C${C_HONECKER}: passed.`) permanently_remove(C_HONECKER) game.state = 'end_round' }, @@ -2164,7 +2164,7 @@ states.stasi_play_card = { } }, pass() { - log('No cards remaining. Passed') + log('No cards remaining. Passed.') //end_round() game.state = 'end_round' }, |