summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/events.txt b/events.txt
index 8fcd170..2b0b830 100644
--- a/events.txt
+++ b/events.txt
@@ -542,7 +542,9 @@ endif
CARD 71 - Kiss of Death*
# The Communist Player must randomly discard a card. If it is neutral or Democratic it takes place immediately.
permanently_remove
-if !is_auto_resolve(C_KISS_OF_DEATH)
+if is_auto_resolve(C_KISS_OF_DEATH)
+log 'Communist has no cards to discard.'
+else
kiss_of_death
endif