From 9d04266e07b9e0494ab0e737773da67007a4d7fd Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Tue, 9 Jan 2024 16:32:49 +0100 Subject: bugfix intercept --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index 75923e1..49d037f 100644 --- a/rules.js +++ b/rules.js @@ -5725,7 +5725,7 @@ function goto_intercept() { let here = get_lord_locale(game.command) for (let next of data.locales[here].not_paths) { if (has_enemy_lord(next)) { - if (is_wales_forbidden(next)) { + if (!is_wales_forbidden(next)) { clear_undo() game.state = "intercept" set_active_enemy() -- cgit v1.2.3