summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2022-01-15 18:56:24 +0100
committerTor Andersson <tor@ccxvii.net>2023-02-18 12:12:42 +0100
commitf4b137950b455b568baaeb42e83465b688d1df80 (patch)
tree681758b3e5b6a014525fb194e6672052943448e3
parente06b0cc6cc27899f6f29958c16b04d44d152859b (diff)
downloadshores-of-tripoli-f4b137950b455b568baaeb42e83465b688d1df80.tar.gz
Yusuf Qaramanli raids are mandatory, not optional.
-rw-r--r--rules.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/rules.js b/rules.js
index 673ef5a..280e373 100644
--- a/rules.js
+++ b/rules.js
@@ -1838,7 +1838,6 @@ states.yusuf_qaramanli = {
view.prompt += " Select a harbor with corsairs to pirate raid from."
for (let space of game.raids)
gen_action(view, 'space', space);
- gen_action(view, 'next');
},
space: function (space) {
log("");
@@ -1851,10 +1850,6 @@ states.yusuf_qaramanli = {
case TRIPOLI: return goto_pirate_raid(TRIPOLI);
}
},
- next: function () {
- delete game.raids;
- end_tripolitan_play();
- }
}
function can_play_murad_reis_breaks_out() {