Dim moonlight bathes the beach in its glow, causing portions of the beach to shimmer like a masterfully cut gem. The gentle, rhythmic breaking of waves against rock can be heard coming from the sea. |
Obvious paths: none |
Map: ti-nelemar-1262373036.png |
| | | | | | | | | |
Exit
|
Connecting Room
|
;e empty_hand if [ 12662, 12677 ].include?(Room.current.id); swim_dir = { 12677 => 'down', 12662 => 'whirlpool', 12987 => 'south', 12663 => 'south', 12988 => 'southeast', 12664 => 'south', 12726 => 'east', 12665 => 'south', 12666 => 'south', 12667 => 'south', 12989 => 'southeast', 12991 => 'southwest', 12668 => 'northeast', 12727 => 'west', 12990 => 'east', 12669 => 'southeast', 12670 => 'north', 12728 => 'south', 12671 => 'southeast', 12672 => 'west', 12673 => 'fissure', 12674 => 'steps', 12675 => 'northwest', 12729 => 'up', 12676 => 'southwest' }; while Room.current.id != 20786; if swim_dir[Room.current.id]; put "swim #{swim_dir[Room.current.id]}"; else; echo "Oh crap.. I'm lost.."; put "swim #{checkpaths[rand(checkpaths.length)]}"; end; sleep 1; waitrt?; end; fill_hand
|
20786
|
go incline
|
2071
|
;e empty_hand if [ 12662, 20786 ].include?(Room.current.id); swim_dir = { 20786 => 'down', 12662 => 'whirlpool', 12987 => 'south', 12663 => 'south', 12988 => 'southeast', 12664 => 'south', 12726 => 'east', 12665 => 'south', 12666 => 'south', 12667 => 'south', 12989 => 'southeast', 12991 => 'southwest', 12668 => 'northeast', 12727 => 'west', 12990 => 'east', 12669 => 'southeast', 12670 => 'north', 12728 => 'south', 12671 => 'southeast', 12672 => 'west', 12673 => 'fissure', 12674 => 'steps', 12675 => 'northeast', 12729 => 'southeast', 12676 => 'up' }; while Room.current.id != 12677; if swim_dir[Room.current.id]; put "swim #{swim_dir[Room.current.id]}"; else; echo "Oh crap.. I'm lost.."; put "swim #{checkpaths[rand(checkpaths.length)]}"; end; sleep 1; waitrt?; end; fill_hand
|
12677
|