diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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() |