summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mutation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index 9dc7982799..4f25a80bbb 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -1210,7 +1210,7 @@ formatted_string describe_mutations()
case SP_VAMPIRE:
have_any = true;
if (you.hunger_state == HS_STARVING)
- result += "<green>You do not heal.</green>" EOL;
+ result += "<green>You do not heal naturally.</green>" EOL;
else if (you.hunger_state == HS_ENGORGED)
result += "<green>Your natural rate of healing is extremely fast.</green>" EOL;
else if (you.hunger_state <= HS_HUNGRY)