summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/it_use2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-23 04:49:46 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-23 04:49:46 +0000
commit20860476f60d31fb7b2e16dfefcfa8841cd980d3 (patch)
tree1e74d9c48b89fe8ac62c215ccd70ae5ec4b7d919 /crawl-ref/source/it_use2.cc
parentd31dfb8bada7e2f0f7f70c7eddc65d7c1fffd4d7 (diff)
downloadcrawl-ref-20860476f60d31fb7b2e16dfefcfa8841cd980d3.tar.gz
crawl-ref-20860476f60d31fb7b2e16dfefcfa8841cd980d3.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9169 c06c8d41-db1a-0410-9941-cceddc491573
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))