shallow water.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1505 c06c8d41-db1a-0410-9941-cceddc491573
PL3PET5GVBU4DI5K34RTLMOG2374FQHBMSDR4ZASNTECWPQ4YPRAC
RPOZZWKG5GLPHVZZ7ZKMKS64ZMV2LDCQSARBJFJ6FZOTOKCQO7FAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
if (escape && move_player_to_grid( empty[0], empty[1], false, false, true ))
if (escape)
mpr("You manage to scramble free!");
const coord_def pos(empty[0], empty[1]); if (in_bounds(pos) && !is_grid_dangerous(grd(pos))) { mpr("You manage to scramble free!"); move_player_to_grid( empty[0], empty[1], false, false, true );
const coord_def pos(empty[0], empty[1]);
if (in_bounds(pos) && !is_grid_dangerous(grd(pos)))
{
move_player_to_grid( empty[0], empty[1], false, false, true );
if (terrain == DNGN_LAVA) expose_player_to_element( BEAM_LAVA, 14 );
if (terrain == DNGN_LAVA)
expose_player_to_element( BEAM_LAVA, 14 );
return (true);
return (true); }
}