summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-21 17:41:10 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-21 23:28:17 +0100
commit5724c68feccaa13f1328e78a0024b86e5e9de34c (patch)
treefbc6710271fc3243f40e474fc0450aa184b3b6d8 /crawl-ref/source/mutation.cc
parent3156f6e6e8bab4f02bd6efe7c6b9a592d35864c9 (diff)
downloadcrawl-ref-5724c68feccaa13f1328e78a0024b86e5e9de34c.tar.gz
crawl-ref-5724c68feccaa13f1328e78a0024b86e5e9de34c.zip
Don't reduce potion effects for Vampires at low blood levels
It was an effect that only noticeably applied to a few types of potion, and was generally fairly overcomplicated (since things like might and resistance had their duration but not their effect reduced, other potions like magic and restore abilities were just unchanged, and so on).
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index 0295aa4539..446733a3d9 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -742,7 +742,7 @@ static void _display_vampire_attributes()
string result;
- const int lines = 15;
+ const int lines = 14;
string column[lines][7] =
{
{" ", "<lightgreen>Alive</lightgreen> ", "<green>Full</green> ",
@@ -774,8 +774,6 @@ static void _display_vampire_attributes()
{"Non-physical \n"
"mutation effects ", "full ", "capped ", "capped ", "none ", "none ", "none "},
- {"Potion effects ", "full ", "full ", "full ", "halved ", "halved ", "halved"},
-
{"Bat Form ", "no ", "no ", "yes ", "yes ", "yes ", "yes "},
{"Other transformation \n"