From f4b137950b455b568baaeb42e83465b688d1df80 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 15 Jan 2022 18:56:24 +0100 Subject: Yusuf Qaramanli raids are mandatory, not optional. --- rules.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'rules.js') 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() { -- cgit v1.2.3