summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.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/spells1.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/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index e3dc153adb..4abc752eb7 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -171,7 +171,7 @@ int blink(int pow, bool high_level_controlled_blink, bool wizard_blink)
else
{
// Leave a purple cloud.
- place_cloud(CLOUD_PURP_SMOKE, you.pos(), 1 + random2(3), KC_YOU);
+ place_cloud(CLOUD_TLOC_ENERGY, you.pos(), 1 + random2(3), KC_YOU);
move_player_to_grid(beam.target, false, true, true);
// Controlling teleport contaminates the player. -- bwr
@@ -235,7 +235,7 @@ void random_blink(bool allow_partial_control, bool override_abyss)
if (success)
{
// 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);
if (you.level_type == LEVEL_ABYSS)
{