summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-21 19:45:46 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-21 19:46:08 +0100
commit739c5a712236565989f2e6c17a0013e0981e0d81 (patch)
tree0b3fd668e4c06dfbaf4f35d1b0997e5d24e8bc7f /crawl-ref/source/misc.cc
parent4277eaea5e02fb69d64193a0395357e2c346afdb (diff)
downloadcrawl-ref-739c5a712236565989f2e6c17a0013e0981e0d81.tar.gz
crawl-ref-739c5a712236565989f2e6c17a0013e0981e0d81.zip
Remove some exclamation marks.
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 3f0ded4a1c..47da2dcd13 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2233,7 +2233,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair,
mpr("You fall through a shaft!");
// Shafts are one-time-use.
- mpr("The shaft crumbles and collapses!");
+ mpr("The shaft crumbles and collapses.");
find_trap(you.pos())->destroy();
}