summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-05 13:48:12 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-05 13:48:12 +0000
commitbf62209d7da1e4b2c912095b6b5438fea1db4fe3 (patch)
tree02d6d867342ead3baf8b96b5f799ae4b23e4e6b4 /crawl-ref/source/delay.cc
parent773cdf0908d732f679a5de375349d35fe113c0b2 (diff)
downloadcrawl-ref-bf62209d7da1e4b2c912095b6b5438fea1db4fe3.tar.gz
crawl-ref-bf62209d7da1e4b2c912095b6b5438fea1db4fe3.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4874 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 18227db3f8..4f9b882015 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -410,7 +410,7 @@ void stop_delay( bool stop_stair_travel )
case DELAY_FEED_VAMPIRE:
{
- mpr( "You stop draining the corpse." );
+ mpr("You stop draining the corpse.");
item_def &corpse = (delay.parm1 ? you.inv[delay.parm2]
: mitm[delay.parm2]);
@@ -684,7 +684,7 @@ void handle_delay( void )
// Vampires won't continue bottling rotting corpses.
if (can_bottle_blood_from_corpse(mitm[delay.parm1].plus))
{
- mpr("You stop bottling this corpse's foul smelling "
+ mpr("You stop bottling this corpse's foul-smelling "
"blood!");
delay.duration = 0;
}
@@ -704,7 +704,6 @@ void handle_delay( void )
}
if ( delay.type == DELAY_MULTIDROP )
{
-
// Throw away invalid items; items usually go invalid because
// of chunks rotting away.
while (!items_for_multidrop.empty()