From eb661ba821233b390614975631450c36b3b8a41e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 15 Apr 2023 12:09:47 +0200 Subject: Next instead of pass for battle events. --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.js b/rules.js index a0aafd4..005e6e1 100644 --- a/rules.js +++ b/rules.js @@ -4647,7 +4647,7 @@ states.attacker_events = { view.prompt += " You don't have " + dont_have.join(" or ") + "." if (have.length === 0 && dont_have.length === 0) view.prompt += " You have no more response events." - gen_action_pass() + gen_action_next() }, play_event(c) { push_undo() @@ -4719,7 +4719,7 @@ states.defender_events = { view.prompt += " You don't have " + dont_have.join(" or ") + "." if (have.length === 0 && dont_have.length === 0) view.prompt += " You have no more response events." - gen_action_pass() + gen_action_next() }, play_event(c) { push_undo() -- cgit v1.2.3