summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-20 12:36:35 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-11-20 12:36:35 +0000
commite3e729a0259c4c89296ac368556563ca096cd3e9 (patch)
treef039ef6171cc4d0d6b8c744db35a69c939fd7667 /crawl-ref/source/direct.cc
parenteddd2e4d44b41d3bdd3283c6887104603a33bf3f (diff)
downloadcrawl-ref-e3e729a0259c4c89296ac368556563ca096cd3e9.tar.gz
crawl-ref-e3e729a0259c4c89296ac368556563ca096cd3e9.zip
A few changes to shafts:
* shafts cannot be created above level 3 in the main dungeon * intelligent fleeing monsters will jump into shafts -> this will reveal the shaft to the player * rename "shaft trap" to "shaft" * ask for confirmation before stepping into a shaft Also finally fix colour from post-death inventory bleeding into the highscore and prompt. (This has always bugged me.) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2884 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/direct.cc')
-rw-r--r--crawl-ref/source/direct.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc
index 6bdd6f3200..b634c01bb7 100644
--- a/crawl-ref/source/direct.cc
+++ b/crawl-ref/source/direct.cc
@@ -1514,7 +1514,7 @@ std::string raw_feature_description(dungeon_feature_type grid,
case TRAP_NEEDLE:
return ("needle trap");
case TRAP_SHAFT:
- return ("shaft trap");
+ return ("shaft");
default:
error_message_to_player();
return ("undefined trap");