summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: