summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/it_use2.cc')
-rw-r--r--crawl-ref/source/it_use2.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index 935f670a7c..cd17029a0a 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -98,10 +98,7 @@ bool potion_effect(potion_type pot_eff, int pow, bool drank_it, bool was_known)
}
else
{
- int value = 100;
- if (pot_eff == POT_BLOOD)
- value += 100;
-
+ const int value = 200;
const int herbivorous = player_mutation_level(MUT_HERBIVOROUS);
if (herbivorous < 3 && player_likes_chunks(true))