From e2179589b89a1d9786aa3111286af81878d21219 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 30 Sep 2007 15:53:09 +0000 Subject: Introducing shortcut for searching the current level as requested in FR 1801705. Also adding feedback when auto-travel fails to kick in. And trying to get out of a net no longer stops travel, only being caught in one does (FR 1800821). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2263 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/traps.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/traps.cc') diff --git a/crawl-ref/source/traps.cc b/crawl-ref/source/traps.cc index 8f08fce842..0cff14c334 100644 --- a/crawl-ref/source/traps.cc +++ b/crawl-ref/source/traps.cc @@ -158,7 +158,8 @@ void player_caught_in_net() { you.attribute[ATTR_HELD] = 10; mpr("You become entangled in the net!"); - + stop_running(); + // I guess levitation works differently, keeping both you // and the net hovering above the floor if (you.flies() == FL_FLY) -- cgit v1.2.3-54-g00ecf