git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1882 c06c8d41-db1a-0410-9941-cceddc491573
Z42PAEBKCSMEQ5ALBM25HERM3QDIUWMQTQODJOPRVOJAEGIWU3UAC
-- special cases for water and porridge
if item.subtype(it) == "water" or item.subtype(it) == "porridge" then
-- special cases for blood, water, and porridge
if item.subtype(it) == "blood" or item.subtype(it) == "water"
or item.subtype(it) == "porridge" then