summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
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