From 25262bdbcec856c4b99b72b86a3ccb7c363ee9e0 Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Fri, 6 Nov 2009 11:55:38 -0800 Subject: Rename purple smoke to clouds of translocational energy --- crawl-ref/source/spells4.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crawl-ref/source/spells4.cc') 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; -- cgit v1.2.3-54-g00ecf