From a69acd1169503d390eff043b8e4f7c1b2c7480ae Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Mon, 14 Dec 2009 00:48:50 +0100 Subject: Revert "Remove Robe of Clouds' equip message." --- crawl-ref/source/art-func.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'crawl-ref/source/art-func.h') 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!"); +} + -- cgit v1.2.3-54-g00ecf