Home
last modified time | relevance | path

Searched refs:canDigest (Results 1 – 5 of 5) sorted by relevance

/dports/games/powder/powder118_src/
H A Dai.cpp1326 if (canDigest(item) && safeToDigest(item)) in aiEatStuff()
1367 if (!canDigest(item)) in aiBePackrat()
H A Dcreature.h349 bool canDigest(ITEM *item) const;
H A Daction.cpp2947 if (!canDigest(item) || glb_itemdefs[item->getDefinition()].isquest) in actionEat()
3088 if (canDigest(item) && item->defn().isquest) in actionEat()
3093 else if (canDigest(item)) in actionEat()
H A Dcreature.cpp7187 if (canDigest(item)) in acquireItem()
7689 MOB::canDigest(ITEM *item) const in canDigest() function in MOB
H A Dmain.cpp2570 if (avatar->canDigest(stack(j))) in performAutoPrompt()