summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/art-func.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-28 17:59:14 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-28 17:59:58 +1000
commit6f299c822f30936e8a4f5db3d7fdf6d985197756 (patch)
treed677be5c5b966b547a98b2c5396bbae477a0ab8d /crawl-ref/source/art-func.h
parent1ae80c393d7062179b3478d8294655bf2c6fe6c5 (diff)
downloadcrawl-ref-6f299c822f30936e8a4f5db3d7fdf6d985197756.tar.gz
crawl-ref-6f299c822f30936e8a4f5db3d7fdf6d985197756.zip
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.
Diffstat (limited to 'crawl-ref/source/art-func.h')
-rw-r--r--crawl-ref/source/art-func.h6
1 files changed, 0 insertions, 6 deletions
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!");
-}
-