summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-06 11:55:38 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-06 11:56:57 -0800
commit25262bdbcec856c4b99b72b86a3ccb7c363ee9e0 (patch)
tree2201cd5b49b3cdd54953b706673d9de66c5b02ca /crawl-ref/source/spells4.cc
parentceb51161c896f17a951b0ba2bbd4b48f8fead13a (diff)
downloadcrawl-ref-25262bdbcec856c4b99b72b86a3ccb7c363ee9e0.tar.gz
crawl-ref-25262bdbcec856c4b99b72b86a3ccb7c363ee9e0.zip
Rename purple smoke to clouds of translocational energy
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index b9d528b703..a70bb84861 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1181,7 +1181,6 @@ bool cast_evaporate(int pow, bolt& beem, int pot_idx)
case 4: beem.flavour = BEAM_POTION_RANDOM; break;
case 5: beem.flavour = BEAM_POTION_BLUE_SMOKE; break;
case 6: beem.flavour = BEAM_POTION_BLACK_SMOKE; break;
- case 7: beem.flavour = BEAM_POTION_PURP_SMOKE; break;
default: beem.flavour = BEAM_POTION_STEAM; break;
}
tracer_flavour = BEAM_RANDOM;
@@ -2028,7 +2027,7 @@ static int _quadrant_blink(coord_def where, int pow, int, actor *)
if (res)
{
// Leave a purple cloud.
- place_cloud(CLOUD_PURP_SMOKE, origin, 1 + random2(3), KC_YOU);
+ place_cloud(CLOUD_TLOC_ENERGY, origin, 1 + random2(3), KC_YOU);
}
return res;