From 2c76d71e1e3d24d6e0c18499dc72cfa19b887fdd Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 4 Jan 2025 22:38:41 +0000 Subject: Add end round check for Kiss of Death autoresolve --- events.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3