summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-30 06:23:06 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-30 06:23:06 +0000
commitf6521dd51a41accc9dd35185e5cf0b7c5b6bb9f6 (patch)
tree76251fcce3adc91f3bcec289fe17aac09ea9c352
parent88018f874ae69eabac5569a25103f0138b9cdbbc (diff)
downloadcrawl-ref-f6521dd51a41accc9dd35185e5cf0b7c5b6bb9f6.tar.gz
crawl-ref-f6521dd51a41accc9dd35185e5cf0b7c5b6bb9f6.zip
Trunk->0.4 r6727: Fixed evaporate not working on potions of water.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6728 c06c8d41-db1a-0410-9941-cceddc491573
-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 e3a949bd79..9104b18a6f 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1376,7 +1376,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: