From 8e4ac16bc804f2eeefa5fed62901c44bdb375e35 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 4 Nov 2023 00:12:08 +0100 Subject: Log Suez Crisis as event with italic text. --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index dc11e31..6f1e804 100644 --- a/rules.js +++ b/rules.js @@ -2064,10 +2064,10 @@ states.event_gov_nato_pressure_select_units = { } function goto_suez_crisis() { + log_event("Suez Crisis.") if (game.events.suez_crisis || game.scenario === "1958" || game.scenario === "1960") { // Treat as "No Event" if rolled again, or playing 1958 or 1960 scenarios. - log("Suez Crisis.") log("No effect.") end_random_event() return @@ -2080,7 +2080,7 @@ function goto_suez_crisis() { // The Government player must remove 1d6 elite units from the map, up to the number actually available let roll = roll_d6() - log("Suez Crisis G" + roll) + log("Crisis G" + roll) game.selected = [] -- cgit v1.2.3