summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-05-12 00:20:28 +0200
committerTor Andersson <tor@ccxvii.net>2023-05-24 21:06:18 +0200
commitfa51443a305cfb8eba1e2021e4bd3f77fe336ea6 (patch)
tree9ad09e96c8e3a2b06fdc30a17ba570b0e3f30d44 /events.txt
parent5e98e7faa05aacf69e8a628d142dd243dd35a9b0 (diff)
downloadred-flag-over-paris-fa51443a305cfb8eba1e2021e4bd3f77fe336ea6.tar.gz
Clean up objective handling.
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/events.txt b/events.txt
index 77f03a6..22260fc 100644
--- a/events.txt
+++ b/events.txt
@@ -5,8 +5,12 @@
CARD 1 - Jules Ducatel
asm clear_undo()
if (game.round < 4)
+ asm log("Commune Objective:")
+ asm logi("C" + game.red_objective)
goto "reveal_commune_objective"
else
+ asm log("Commune hand:")
+ asm { for (let c of game.red_hand) logi("C" + c) }
goto "reveal_commune_hand"
endif
ops 1 MILITARY