diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-15 17:36:55 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-12-15 17:36:55 +0000 |
commit | 04b355aab33e6c2f92e48cc2feac5a011136bfd5 (patch) | |
tree | 704a1ed7d67894dd3785d5b9a0791acef6ea7d30 | |
parent | f615efdd51ce089c5631c81339b4b3c1b8609ffd (diff) | |
download | 1989-dawn-of-freedom-04b355aab33e6c2f92e48cc2feac5a011136bfd5.tar.gz |
Fix typo in Ceausescu
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5424,7 +5424,7 @@ function vm_ceausescu() { game.valid_spaces = [S_BUCURESTI] game.vm_available_ops = 1 game.remove_opponent_infl = false - log(`Democrat has SP adjacent to ${S_CLUJ_NAPOCA}.`) + log(`Democrat has SP adjacent to %${S_CLUJ_NAPOCA}.`) log('Removed SP:') game.state = 'vm_remove_infl' } else { |