if (timeRemaining > 0) {
// player used the balloon within the last DELAY hours
// so this use of balloon is going to be shortened
// (the clouds can't take so much weight on them)
// delay message for 1 turn for technical reasons
new DelayedPlayerTextSender(player, "The clouds are weakened from your recent time on them, and will not hold you for long.", 1);
return super.useTeleportScroll(player, "7_kikareukin_clouds", 31, 21, NEWTIME);
}
return super.useTeleportScroll(player);