summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
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: