summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
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 {