From 913ebbf2ade2b03f0190fa6e15f84e4a8581135e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 5 Feb 2022 14:07:04 +0100 Subject: Fix Diplomatic Revolution event. --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.js b/rules.js index 49fe05e..693a091 100644 --- a/rules.js +++ b/rules.js @@ -6222,9 +6222,9 @@ events.diplomatic_revolution = { return !game.events.quiberon; }, play() { - // TODO: pick a card from discard! game.events.diplo = 1; - end_action_phase(); + game.state = 'diplomatic_revolution'; + game.count = 1; } } -- cgit v1.2.3