summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-30 06:15:31 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-30 06:15:31 +0000
commitdfad9aff3cf95f92c62237f590408dfc7a5b5c02 (patch)
tree79bcbd12ac2b149a330789fee570665e37bef26e /crawl-ref/source/spells4.cc
parent50249293e73cedb6a611c6a83ae682b08427c961 (diff)
downloadcrawl-ref-dfad9aff3cf95f92c62237f590408dfc7a5b5c02.tar.gz
crawl-ref-dfad9aff3cf95f92c62237f590408dfc7a5b5c02.zip
Fixed evaporate not working on potions of water.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6727 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 4c7cdf143f..4162e14e37 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1343,7 +1343,7 @@ bool cast_evaporate(int pow, bolt& beem, int potion)
case POT_WATER:
case POT_PORRIDGE:
- tracer_flavour = beem.flavour = BEAM_STEAM;
+ tracer_flavour = beem.flavour = BEAM_POTION_STEAM;
break;
case POT_BLOOD: