From 6f299c822f30936e8a4f5db3d7fdf6d985197756 Mon Sep 17 00:00:00 2001 From: Jude Brown Date: Sat, 28 Nov 2009 17:59:14 +1000 Subject: Remove Robe of Clouds' equip message. This function would appear to only work for melee items and not for body armours. It was flavour anyway. --- crawl-ref/source/art-func.h | 6 ------ 1 file changed, 6 deletions(-) (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 0ab242d932..719faf7e58 100644 --- a/crawl-ref/source/art-func.h +++ b/crawl-ref/source/art-func.h @@ -529,9 +529,3 @@ 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