From 5e736681c8268f0584e89bc9db457bd5d77904e9 Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 23 Feb 2009 17:36:38 +0000 Subject: Tweak non-healing message for starving vampires to match that from deep dwarves. It's not the same thing, but "not healing naturally" is clearer than "not healing", since starving vampires can still be healed by external means. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9175 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mutation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += "You do not heal." EOL; + result += "You do not heal naturally." EOL; else if (you.hunger_state == HS_ENGORGED) result += "Your natural rate of healing is extremely fast." EOL; else if (you.hunger_state <= HS_HUNGRY) -- cgit v1.2.3-54-g00ecf