summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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));