From c7582be76c4f14f8c154ae1025bd06462806802f Mon Sep 17 00:00:00 2001 From: teisuru <31881306+teisuru@users.noreply.github.com> Date: Sun, 18 Feb 2024 01:57:13 +0100 Subject: flank attack not yet implemented --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.js b/rules.js index a53cc06..cf168ce 100644 --- a/rules.js +++ b/rules.js @@ -6355,7 +6355,7 @@ states.intercept = { // TODO : FLANK ATTACK through the held intercept // or held event but with more conditions (for example state = "intercept") - prompt_held_event_intercept() + // prompt_held_event_intercept() if (game.who === NOBODY) { for (let next of data.locales[to].not_paths) -- cgit v1.2.3