From d01e42a27a637df67de0d32d2f9e21b708d27c79 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 22 Feb 2009 17:44:18 +0000 Subject: Fix gourmand checks regarding potions of blood. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9154 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/it_use2.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/it_use2.cc') diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc index b6db27b48a..9e132e2547 100644 --- a/crawl-ref/source/it_use2.cc +++ b/crawl-ref/source/it_use2.cc @@ -116,6 +116,7 @@ bool potion_effect(potion_type pot_eff, int pow, bool drank_it, bool was_known) lessen_hunger(nutrition, true); else { + // Full herbivores always become ill from blood. disease_player(50 + random2(100)); xom_is_stimulated(32); } -- cgit v1.2.3-54-g00ecf