saprovore between 1 and 2 (inclusive) who don't like chunks, describe raw flesh as tasting "unpleasant" instead of "terrible."
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9843 c06c8d41-db1a-0410-9941-cceddc491573
OLNAMQDKDH5ORPAYE2JNHZPZO26DKIOCWZIIT37XRBAN4Y4PQROAC const char *phrase =likes_chunks ? "tastes great." : "tastes terrible.";
const int level = player_mutation_level(MUT_SAPROVOROUS);const char *phrase;switch (level){case 1:case 2:phrase = "tastes unpleasant.";break;case 3:phrase = "tastes good.";break;