Something very heavy has trampled through the area, packing snow into the icy ground and making it very slippery. If it weren't for the feeling of imminent danger, you might actually enjoy spending more time exploring -- as it is, you dare not linger too long. |
Obvious exits: north, south, west |
Map: imt-trail-1264234799.png |
| | | | | | | | | |
Exit
|
Connecting Room
|
;e if (UserVars.mapdb_ice_mode == 'wait') or ((UserVars.mapdb_ice_mode != 'run') and ((percentencumbrance > 50) or ((Skills.survival < 50) and not Spell['Haste'].active?))); sleep 0.2; echo 'trying not to slip...'; sleep 4; end; move 'west'
|
3475
|
;e if (UserVars.mapdb_ice_mode == 'wait') or ((UserVars.mapdb_ice_mode != 'run') and ((percentencumbrance > 50) or ((Skills.survival < 50) and not Spell['Haste'].active?))); sleep 0.2; echo 'trying not to slip...'; sleep 4; end; move 'north'
|
3481
|
;e if (UserVars.mapdb_ice_mode == 'wait') or ((UserVars.mapdb_ice_mode != 'run') and ((percentencumbrance > 50) or ((Skills.survival < 50) and not Spell['Haste'].active?))); sleep 0.2; echo 'trying not to slip...'; sleep 4; end; move 'south'
|
3482
|