Failing Belowdeck checks
Brought to you by:
bumcheekcity
can fall into a loop of trying to open belowdecks when your maximized items drops doesnt include fledges or swashbuckling getup
just before
if (!contains_text(visit_url("cove.php"), "cove3_5x2b.gif")) {
you can add...
if (!have_equipped($item[pirate fledges]) && !(have_equipped($item[eyepatch]) && have_equipped($item[swashbuckling pants]) && have_equipped($item[stuffed shoulder parrot]))) {
buMax(maxstring);
}
How did you get to that point without having access to either the fledges or the outfit?