git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1709 c06c8d41-db1a-0410-9941-cceddc491573
W6EWE6VIRP6OTSSTG3ZZEBN72OIKK6D3AEIP3OWX3HMJBA52SZSAC while ((grd[you.x_pos][you.y_pos] != DNGN_FLOOR&& grd[you.x_pos][you.y_pos] != DNGN_SHALLOW_WATER)|| mgrd[you.x_pos][you.y_pos] != NON_MONSTER|| env.cgrid[you.x_pos][you.y_pos] != EMPTY_CLOUD);
while ((grd[newx][newy] != DNGN_FLOOR&& grd[newx][newy] != DNGN_SHALLOW_WATER)|| mgrd[newx][newy] != NON_MONSTER|| env.cgrid[newx][newy] != EMPTY_CLOUD);if ( newx == you.x_pos && newy == you.y_pos )mpr("Your surroundings flicker for a moment.");else if ( see_grid(newx, newy) )mpr("Your surroundings seem slightly different.");elsempr("Your surroundings suddenly seem different.");