summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authoriainp5 <iain.pearce.ip@gmail.com>2024-11-10 10:58:30 +0000
committeriainp5 <iain.pearce.ip@gmail.com>2024-11-10 10:58:30 +0000
commit4bec5f108f946feb558a6151329aa5edde5ae916 (patch)
treee90bc5ec09f047804d8f790becc164f7ae1b5db6 /rules.js
parent0cae02d8f597a863ea71c71ebb5d81d76ebe8ea5 (diff)
download1989-dawn-of-freedom-4bec5f108f946feb558a6151329aa5edde5ae916.tar.gz
Fix typo in log
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index f34b6bc..535fa2b 100644
--- a/rules.js
+++ b/rules.js
@@ -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()
}