From 7dce4c82c1a79dee8a77be0c1d5eab4735be48eb Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 22 Jan 2023 11:48:05 +0100 Subject: Fix Ravage capability logging. --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 0e47695..0a8005c 100644 --- a/rules.js +++ b/rules.js @@ -6286,7 +6286,7 @@ states.ravage = { function ravage_location(here, there) { if (here !== there) { if (is_teutonic_lord(game.command)) - log(`Ravaged %${there} with C${which_lord_capability(game.command, AOW_TEUTONIC_RAIDERS)}.`) + log(`Ravaged %${there} with C${AOW_TEUTONIC_RAIDERS}.`) else log(`Ravaged %${there} with C${which_lord_capability(game.command, AOW_RUSSIAN_RAIDERS)}.`) } else { -- cgit v1.2.3