When doing palindome and needing to find it, I need to adventure belowdecks. If I haven't unlocked belowdecks, it doesn't appear to say where to adventure first (poop deck), just "The pirates will know the way".
Could this be added, since every other time you need to unlock somewhere, it seems to say where you have to adventure to unlock it?
(Doesn't say where to run the -combat)
Could this be added, since every other time you need to unlock somewhere, it seems to say where you have to adventure to unlock it?
if ($location[the poop deck].noncombat_queue.contains_text("It's Always Swordfish"))
{
...
}
else
{
subentry.modifiers.listAppend("-combat");
subentry.entries.listAppend("Run -combat to unlock belowdecks.");
subentry.entries.listAppend(generateTurnsToSeeNoncombat(80, 1, "unlock belowdecks"));
}
(Doesn't say where to run the -combat)
Last edited: