summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/art-func.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-12-14 00:48:50 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-12-14 00:48:50 +0100
commita69acd1169503d390eff043b8e4f7c1b2c7480ae (patch)
treea9e452c557c964600d27f3eb48488aff2c6b4243 /crawl-ref/source/art-func.h
parent9fb414849e4a1250fa3b0124d8764de389c26e8e (diff)
downloadcrawl-ref-a69acd1169503d390eff043b8e4f7c1b2c7480ae.tar.gz
crawl-ref-a69acd1169503d390eff043b8e4f7c1b2c7480ae.zip
Revert "Remove Robe of Clouds' equip message."
Diffstat (limited to 'crawl-ref/source/art-func.h')
-rw-r--r--crawl-ref/source/art-func.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/art-func.h b/crawl-ref/source/art-func.h
index 719faf7e58..0ab242d932 100644
--- a/crawl-ref/source/art-func.h
+++ b/crawl-ref/source/art-func.h
@@ -529,3 +529,9 @@ static void _RCLOUDS_world_reacts(item_def *item)
place_cloud( cloud, *ri, random2(10), KC_OTHER, 1);
}
}
+
+static void _RCLOUDS_equip(item_def *item, bool *show_msgs, bool unmeld)
+{
+ _equip_mpr(show_msgs, "A thin mist springs up around you!");
+}
+