git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6819 c06c8d41-db1a-0410-9941-cceddc491573
VTYE2N54HMSEF724PQI3TVE4LNFENEZYSTMQAJFU5DKFHXOWC3SAC
ZB6W7774FFHLI3AYC3ZTTTEFHR6MVMMMCX6GJDF27B5H442ZETHQC
OWERGKLVPNPGIIS23FZ7ZDOBWUIXCKYAFG3URXU75JAUDX3N5ENAC
K2CS6TCX2NDVL2ASEHGP4J4K4IJ6FP3ANNKTSIWVG43HPYSBX6ZQC
UW4XQAAAV3S2ZVBLMSK6VQG6AMYR6DRKXFP64HHBC6Z3QIUWPVXQC
return (holiness == MH_UNDEAD
return ((holiness == MH_UNDEAD // If the claimed undead is the player, it must be // a non-vampire, or a bloodless vampire. && (foe != &you || you.is_undead != US_SEMI_UNDEAD || you.hunger_state == HS_STARVING))
return ((holiness == MH_UNDEAD
// If the claimed undead is the player, it must be
// a non-vampire, or a bloodless vampire.
&& (foe != &you || you.is_undead != US_SEMI_UNDEAD ||
you.hunger_state == HS_STARVING))
// [ds] How is dispel undead intended to interact with vampires?