From d5968daee172a5cbe5d3e35807b66e6e7a167783 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 23 Apr 2008 16:53:23 +0000 Subject: Add more minor cosmetic fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4549 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells3.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spells3.cc') diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc index d3a29b2416..8f725bbf96 100644 --- a/crawl-ref/source/spells3.cc +++ b/crawl-ref/source/spells3.cc @@ -367,7 +367,7 @@ void sublimation(int power) mpr( "A conflicting enchantment prevents the spell from " "coming into effect." ); } - else if (you.species == SP_VAMPIRE && you.hunger_state < HS_FULL) + else if (you.species == SP_VAMPIRE && you.hunger_state <= HS_SATIATED) { mpr("You don't have enough blood to draw power from your " "own body."); -- cgit v1.2.3-54-g00ecf