summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg-inv.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2013-08-10 03:29:41 -0400
committerNeil Moore <neil@s-z.org>2013-08-10 03:33:16 -0400
commit972246da04e41c9253e11b57506b634543d65e91 (patch)
treebd59126d115d12cb5caa99ca67b1bc1405cdc898 /crawl-ref/source/tilereg-inv.cc
parent6d81010498d7bfab7c394421bd089af6fa5b6a6f (diff)
downloadcrawl-ref-972246da04e41c9253e11b57506b634543d65e91.tar.gz
crawl-ref-972246da04e41c9253e11b57506b634543d65e91.zip
Allow sublimation/simulacrum users to swap to and mouse-wield all meat.
Diffstat (limited to 'crawl-ref/source/tilereg-inv.cc')
-rw-r--r--crawl-ref/source/tilereg-inv.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilereg-inv.cc b/crawl-ref/source/tilereg-inv.cc
index bb4eec9bb4..ccf032912b 100644
--- a/crawl-ref/source/tilereg-inv.cc
+++ b/crawl-ref/source/tilereg-inv.cc
@@ -534,7 +534,7 @@ bool InventoryRegion::update_tip_text(string& tip)
// For Sublimation of Blood.
if (wielded)
_handle_wield_tip(tmp, cmd, "\n[Ctrl + L-Click] ", true);
- else if (item.sub_type == FOOD_CHUNK
+ else if (food_is_meaty(item)
&& (you.has_spell(SPELL_SUBLIMATION_OF_BLOOD)
|| you.has_spell(SPELL_SIMULACRUM)))
{