summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-22 13:16:23 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-22 13:16:23 +0000
commit7e8152db1f039cc0bec3cce05f93a26ae68f3b57 (patch)
treedb54facfb99d350b64aa701ba071e5d6cd181567 /crawl-ref/source/player.cc
parent00036797ff4a87871c5477f09499795676306b60 (diff)
downloadcrawl-ref-7e8152db1f039cc0bec3cce05f93a26ae68f3b57.tar.gz
crawl-ref-7e8152db1f039cc0bec3cce05f93a26ae68f3b57.zip
Clean up speed mutation messages for nagas.
Let golden draconians know that they resist acid. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@463 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/player.cc')
-rw-r--r--crawl-ref/source/player.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/player.cc b/crawl-ref/source/player.cc
index e44996d6f8..7c7eedff7e 100644
--- a/crawl-ref/source/player.cc
+++ b/crawl-ref/source/player.cc
@@ -2990,9 +2990,9 @@ void display_char_status(void)
if (you.slow && you.haste)
mpr( "You are under both slowing and hasting effects." );
else if (you.slow)
- mpr( "You actions are slowed." );
+ mpr( "Your actions are slowed." );
else if (you.haste)
- mpr( "You actions are hasted." );
+ mpr( "Your actions are hasted." );
if (you.might)
mpr( "You are mighty." );