summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/art-func.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-26 13:24:17 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-26 13:24:17 +0000
commitb5f8330005bd59f9296ba18244cf2b85d43caff6 (patch)
tree7c4fd5a445d097aa4549f5bec8505b52c5f72d52 /crawl-ref/source/art-func.h
parentcb805d74da1d6ad0eb466ed39250eeef8e727858 (diff)
downloadcrawl-ref-b5f8330005bd59f9296ba18244cf2b85d43caff6.tar.gz
crawl-ref-b5f8330005bd59f9296ba18244cf2b85d43caff6.zip
Lajatang of Order description fixes
Don't describe the rMut as explicitly from Zin, since it still applies to those Zin hates (presumably it's just an innate property of the weapon). Removed the equip message since something like "You feel shielded from chaos." seemed potentially misleading.
Diffstat (limited to 'crawl-ref/source/art-func.h')
-rw-r--r--crawl-ref/source/art-func.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/art-func.h b/crawl-ref/source/art-func.h
index 42742d8944..f109346dbe 100644
--- a/crawl-ref/source/art-func.h
+++ b/crawl-ref/source/art-func.h
@@ -1008,11 +1008,6 @@ static void _SPELLBINDER_melee_effects(item_def* weapon, actor* attacker,
///////////////////////////////////////////////////
-static void _ORDER_equip(item_def *item, bool *show_msgs, bool unmeld)
-{
- _equip_mpr(show_msgs, "You feel Zin shielding your body from chaos.");
-}
-
static void _ORDER_melee_effects(item_def* item, actor* attacker,
actor* defender, bool mondied, int dam)
{