summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/xom.cc
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-26 16:33:00 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-26 23:50:52 +0000
commita797b2f5bcfa6e76355eebd5d988e3564e88460c (patch)
treec85712ba1a27f38f51db26d077c46c9e203430fd /crawl-ref/source/xom.cc
parent1d0399b56d6040f680c5e0aa7ea6d9b0f6d391f6 (diff)
downloadcrawl-ref-a797b2f5bcfa6e76355eebd5d988e3564e88460c.tar.gz
crawl-ref-a797b2f5bcfa6e76355eebd5d988e3564e88460c.zip
Make sparkling/blood fountains purely decorative
No quaffing. Probably Vampires refuse to drink blood from fountains because they're dirty and full of dungeon rubbish or something (or blood fountains could just be removed).
Diffstat (limited to 'crawl-ref/source/xom.cc')
-rw-r--r--crawl-ref/source/xom.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc
index a8b5afe4bb..264e946164 100644
--- a/crawl-ref/source/xom.cc
+++ b/crawl-ref/source/xom.cc
@@ -1131,7 +1131,7 @@ static int _xom_do_potion(bool debug = false)
}
take_note(Note(NOTE_XOM_EFFECT, you.piety, -1, potion_msg.c_str()), true);
- potion_effect(pot, 150, nullptr, false, false);
+ potion_effect(pot, 150, nullptr, false);
level_change(); // potion_effect() doesn't do this anymore
return XOM_GOOD_POTION;