28 if (!(curr instanceof StarSystemAPI))
return;
30 StarSystemAPI system = (StarSystemAPI) curr;
31 if (system.hasTag(Tags.DO_NOT_SHOW_STRANDED_DIALOG))
return;
38 for (SectorEntityToken s : system.getJumpPoints()) {
39 JumpPointAPI jp = (JumpPointAPI) s;
40 if (!jp.getDestinations().isEmpty()) {
47 if (!pf.hasAbility(Abilities.TRANSVERSE_JUMP) &&
elapsed > 60f &&
50 Misc.showRuleDialog(pf,
"StrandedInDeepSpace");