summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-07 18:41:21 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-07 18:41:21 +0000
commit7498bf3467a6866d94861d5d083e75ee402d3f5d (patch)
treec73496d804a91217cb93b109c3b2cb64b7f7c874 /crawl-ref
parent61de8fa78bc66849c6a0484916bcd2d57d6f355d (diff)
downloadcrawl-ref-7498bf3467a6866d94861d5d083e75ee402d3f5d.tar.gz
crawl-ref-7498bf3467a6866d94861d5d083e75ee402d3f5d.zip
Clarify wording.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7399 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-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 9ac9cdf9d3..a4f7f5e80b 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1313,7 +1313,7 @@ void curare_hits_player(int agent, int degree)
if (hurted)
{
- mpr("You feel difficulty breathing.");
+ mpr("You have difficulty breathing.");
ouch(hurted, agent, KILLED_BY_CURARE, "curare-induced apnoea");
}
potion_effect(POT_SLOWING, 2 + random2(4 + degree));