git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4995 c06c8d41-db1a-0410-9941-cceddc491573
KSQRI2UQ7VDW4IJ7T4WHVI4TEN3PQWEPLVLBVZTYDUIZJLIKLBIAC
if (! yes_or_no("Do you really want to step into the %s",
(new_grid == DNGN_LAVA ? "lava" : "deep water")))
{
canned_msg(MSG_OK);
return (false);
}
canned_msg(MSG_UNTHINKING_ACT);
return (false);