From 29a478d40e84fcade3768428d1968daf59ed5885 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 29 May 2024 23:45:52 +0200 Subject: fix supply check --- rules.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 579da55..da67424 100644 --- a/rules.js +++ b/rules.js @@ -2829,8 +2829,6 @@ function set_in_supply(p) { } function has_supply_line(p) { - if (!game.supply) - return false let s = game.pos[p] if (set_has(all_home_or_depot_cities[game.power], s)) return true @@ -3038,7 +3036,7 @@ function goto_clock_of_fate() { return if (game.turn <= 5) { - log("# End of Turn " + game.turn) + log("# Fate") log("$" + (game.turn + 48 + 6)) } else { // remove non-stroke of fate card from last turn -- cgit v1.2.3