git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9210 c06c8d41-db1a-0410-9941-cceddc491573
7ZMKB7Z5YUNU3LIBJY7NHB466DPN6CTM3CNFXKOCYCKUG7CVF7CAC // If we *know* player doesn't have the gourmand effect and isn't// hungry, don't prompt.if (!player_likes_chunks(true) && !wearing_amulet(AMU_THE_GOURMAND, false)
// If we *know* the player can eat chunks, doesn't have the gourmand// effect and isn't hungry, don't prompt for chunks.if (you.species != SP_VAMPIRE && !player_likes_chunks(true)&& !wearing_amulet(AMU_THE_GOURMAND, false)