From 3da222b93d1a6e1c35cb4739dee962c7dcec233c Mon Sep 17 00:00:00 2001 From: iainp5 Date: Sat, 28 Sep 2024 16:34:49 +0100 Subject: Small tweaks --- rules.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules.js b/rules.js index aad8617..081bee0 100644 --- a/rules.js +++ b/rules.js @@ -3664,6 +3664,9 @@ function check_control_change(space_id) { if (game.persistent_events['the_tyrant_is_gone'] > 0 && check_dem_control(game.persistent_events['the_tyrant_is_gone'])) { log('+2 VP from C97') game.vp += 2 + if (check_vp()) { + return + } game.persistent_events['the_tyrant_is_gone'] = 0 } } -- cgit v1.2.3