git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3900 c06c8d41-db1a-0410-9941-cceddc491573
WX6W3WVZK74Y66OREKY6HEGYVYE7LZ4WKA4DKBEH6MVW3OTXIMWQC
QNQHEILZ3S365ZANMX6PDT3IDMMSXHXRDVWI4HEBA5AMSOIRMQIAC
XKWPTINAGPP4MXVIIYFOGQZPK53KSDZ4VZHVORJBOXC7XB3WUCLQC
KFULGQQOHWUTXOM3BXCCYPGGVGGY4Z6265XUFRCBPNLTZAEHJZSQC
if ((is_demonic && hostiletype == 1) || (!is_demonic && hostiletype == 2) || hostiletype == 3)
if ((is_demonic && hostiletype == 1)
|| (!is_demonic && hostiletype == 2)
|| hostiletype == 3)
if (hostiletype == 3 || (is_demonic && hostiletype == 1) || (!is_demonic && hostiletype == 2))
if (hostiletype == 3
|| (is_demonic && hostiletype == 1)
|| (!is_demonic && hostiletype == 2))