effect, but is hungry.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9190 c06c8d41-db1a-0410-9941-cceddc491573
P5DESJ5WCO2P55M66BZDMMTFZJRRFEZZV34D2N7T2KAIQLFCJTXQC // If we *know* player doesn't have the gourmand effect, don't// prompt.if (!player_likes_chunks(true) && !wearing_amulet(AMU_THE_GOURMAND, false))
// 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)&& you.hunger_state >= HS_SATIATED){