diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-10 10:58:30 +0000 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-11-10 10:58:30 +0000 |
commit | 4bec5f108f946feb558a6151329aa5edde5ae916 (patch) | |
tree | e90bc5ec09f047804d8f790becc164f7ae1b5db6 /rules.js | |
parent | 0cae02d8f597a863ea71c71ebb5d81d76ebe8ea5 (diff) | |
download | 1989-dawn-of-freedom-4bec5f108f946feb558a6151329aa5edde5ae916.tar.gz |
Fix typo in log
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4602,7 +4602,7 @@ function vm_army_backs_revolution() { game.persistent_events = game.persistent_events.filter(n => n !== C_SECURITATE) game.playable_cards = game.playable_cards.filter(n => n !== C_SECURITATE) add_to_persistent_events(C_ARMY_BACKS_REVOLUTION) - logi(`${C_SECURITATE} no longer has any effect`) + logi(`C${C_SECURITATE} no longer has any effect`) vm_next() } |