summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-09-25 20:17:28 +0200
committerAdam Borowski <kilobyte@angband.pl>2013-09-25 20:17:28 +0200
commitc3af15acd9d3c67a561dfe2ac970c0ce50b6ffca (patch)
tree05a883b0fd35d976f967c3cbe47bd1c6ab9e63d4 /crawl-ref/source/hints.cc
parent0ea719b7a5d9cb8208d2da379bb30fd5b6b4e5f9 (diff)
downloadcrawl-ref-c3af15acd9d3c67a561dfe2ac970c0ce50b6ffca.tar.gz
crawl-ref-c3af15acd9d3c67a561dfe2ac970c0ce50b6ffca.zip
Rename "natural traps" to "shafts".
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index 67e3f653b1..aa112319d8 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -3984,7 +3984,7 @@ static bool _hints_feat_interesting(dungeon_feature_type feat)
case DNGN_TRAP_ALARM:
case DNGN_TRAP_ZOT:
case DNGN_TRAP_MECHANICAL:
- case DNGN_TRAP_NATURAL:
+ case DNGN_TRAP_SHAFT:
case DNGN_TRAP_WEB:
case DNGN_STONE_STAIRS_DOWN_I:
case DNGN_STONE_STAIRS_DOWN_II:
@@ -4056,7 +4056,7 @@ static void _hints_describe_feature(int x, int y)
Hints.hints_events[HINT_SEEN_TRAP] = false;
break;
- case DNGN_TRAP_NATURAL: // only shafts for now
+ case DNGN_TRAP_SHAFT:
ostr << "The dungeon contains a number of natural obstacles such "
"as shafts, which lead one to three levels down. They "
"can't be disarmed, but once you know the shaft is there, "