summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/potion.h
diff options
context:
space:
mode:
authorGustaf Hallberg <ghallberg@gmail.com>2011-11-28 10:47:59 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-11-30 11:39:13 +0100
commit5e557b70aafcd53bece94fb8cd47cdd5c3e43a83 (patch)
tree523febb4f5229297e30903d2b48b5b88df81803a /crawl-ref/source/potion.h
parent66ea30cc544167fae13b785c205926eaca252a26 (diff)
downloadcrawl-ref-5e557b70aafcd53bece94fb8cd47cdd5c3e43a83.tar.gz
crawl-ref-5e557b70aafcd53bece94fb8cd47cdd5c3e43a83.zip
Sparkling fountain of Poison should show up as cause of death.
Diffstat (limited to 'crawl-ref/source/potion.h')
-rw-r--r--crawl-ref/source/potion.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/potion.h b/crawl-ref/source/potion.h
index f3007565ff..a34018b25c 100644
--- a/crawl-ref/source/potion.h
+++ b/crawl-ref/source/potion.h
@@ -12,6 +12,7 @@
// drank_it should be true for real potion effects (as opposed
// to abilities which duplicate such effects.)
bool potion_effect(potion_type pot_eff, int pow,
- bool drank_it = false, bool was_known = true);
+ bool drank_it = false, bool was_known = true,
+ bool from_fountain = false);
#endif