summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js4
1 files 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()