From 86ab9cebd7cfd6cd76cd438ac8cd537a4191a0a5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 1 Oct 2023 23:55:14 +0200 Subject: Shorter "-1 Artillery Ineffective" DRM message. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index f1b334e..43704e7 100644 --- a/rules.js +++ b/rules.js @@ -2028,7 +2028,7 @@ function goto_resolve_attack() { log(">D" + a_die + " Attack") if (game.rain > 0) - a_drm += log_drm(-1, "Artillery Ricochet Ineffective") + a_drm += log_drm(-1, "Artillery Ineffective") // Unless Cav charging into town if (!(town && piece_is_cavalry(a_unit))) -- cgit v1.2.3