summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rules.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/rules.js b/rules.js
index a95a468..d6d01b9 100644
--- a/rules.js
+++ b/rules.js
@@ -4595,7 +4595,6 @@ states.attacker_events = {
if (have.length === 0 && dont_have.length === 0)
view.prompt += " You have no more response events."
gen_action_pass()
- gen_action_next() // XXX
},
play_event(c) {
push_undo()
@@ -4668,7 +4667,6 @@ states.defender_events = {
if (have.length === 0 && dont_have.length === 0)
view.prompt += " You have no more response events."
gen_action_pass()
- gen_action_next() // XXX
},
play_event(c) {
push_undo()