diff options
author | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-02-18 01:57:13 +0100 |
---|---|---|
committer | teisuru <31881306+teisuru@users.noreply.github.com> | 2024-02-18 01:57:13 +0100 |
commit | c7582be76c4f14f8c154ae1025bd06462806802f (patch) | |
tree | 47fe180b3523bb1e092f6a50b90888555d52aea7 /rules.js | |
parent | 929dfa640589d05337f77274e6e0e76b7b19de69 (diff) | |
download | plantagenet-c7582be76c4f14f8c154ae1025bd06462806802f.tar.gz |
flank attack not yet implemented
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |