summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 09:47:39 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-09 09:47:39 +0000
commit431ed991d8f3af773769e64134d432e5d0717a6e (patch)
tree821af7973e2fc9b72bef864235a94b0724b175f4 /crawl-ref/source/output.cc
parent5e45d94ad52ad1263610f24693c99e3bf2675af5 (diff)
downloadcrawl-ref-431ed991d8f3af773769e64134d432e5d0717a6e.tar.gz
crawl-ref-431ed991d8f3af773769e64134d432e5d0717a6e.zip
After some thinking remove the bat form exception for starving Vampires
not regenerating. Also add some more information to the Vampire mutation toggle. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5651 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index db0f5e1c7e..e5a0f367f0 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -2308,8 +2308,7 @@ std::string _status_mut_abilities()
text += "praying, ";
if (you.disease && !you.duration[DUR_REGENERATION]
- || you.species == SP_VAMPIRE && you.hunger_state == HS_STARVING
- && you.attribute[ATTR_TRANSFORMATION] != TRAN_BAT)
+ || you.species == SP_VAMPIRE && you.hunger_state == HS_STARVING)
{
text += "non-regenerating, ";
}