From fa51443a305cfb8eba1e2021e4bd3f77fe336ea6 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 12 May 2023 00:20:28 +0200 Subject: Clean up objective handling. --- events.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'events.txt') 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 -- cgit v1.2.3