summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index aa5017c..f1fa955 100644
--- a/rules.js
+++ b/rules.js
@@ -4783,7 +4783,7 @@ states.support_check_emperor = {
region(where) {
push_undo()
game.count |= (1 << where)
- log("Reduce support level in %" + where + ".")
+ log("Reduced support level in %" + where + ".")
reduce_support(where)
goto_support_check_mobs()
},