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 f90e388..da6d9e7 100644
--- a/rules.js
+++ b/rules.js
@@ -7850,7 +7850,7 @@ function goto_tides_of_war() {
york += tow_influence(all_york_lords);
log("Total: " + york);
log_br();
- game.influence = Math.max(0, Math.min(45, game.influence + lanc - york));
+ game.influence = Math.max(-45, Math.min(45, game.influence + lanc - york));
if (eligible_charity())
goto_we_done_deeds_of_charity();
else