diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-01-15 18:56:24 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:12:42 +0100 |
commit | f4b137950b455b568baaeb42e83465b688d1df80 (patch) | |
tree | 681758b3e5b6a014525fb194e6672052943448e3 /rules.js | |
parent | e06b0cc6cc27899f6f29958c16b04d44d152859b (diff) | |
download | shores-of-tripoli-f4b137950b455b568baaeb42e83465b688d1df80.tar.gz |
Yusuf Qaramanli raids are mandatory, not optional.
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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() { |