From 93410abd4eabdd55afb70c42f565f26686b9a7f1 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 22 Apr 2008 19:11:08 +0000 Subject: Add one more miscellaneous minor fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4478 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/it_use2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc index bc47752444..d7d62fb8f7 100644 --- a/crawl-ref/source/it_use2.cc +++ b/crawl-ref/source/it_use2.cc @@ -326,7 +326,7 @@ bool potion_effect( potion_type pot_eff, int pow, bool was_known ) break; } case POT_BERSERK_RAGE: - if (you.species == SP_VAMPIRE && you.hunger_state < HS_FULL) + if (you.species == SP_VAMPIRE && you.hunger_state <= HS_SATIATED) { mpr("You feel slightly irritated."); make_hungry(100, false); -- cgit v1.2.3-54-g00ecf