used by shrink_glob() timer routine */
| 2075 | |
| 2076 | /* used by shrink_glob() timer routine */ |
| 2077 | boolean |
| 2078 | eating_glob(struct obj *glob) |
| 2079 | { |
| 2080 | return (go.occupation == eatfood && glob == svc.context.victual.piece); |
| 2081 | } |
| 2082 | |
| 2083 | /* scare nearby monster when hero eats garlic */ |
| 2084 | staticfn void |