| 2043 | } |
| 2044 | |
| 2045 | staticfn void |
| 2046 | seffect_food_detection(struct obj **sobjp) |
| 2047 | { |
| 2048 | struct obj *sobj = *sobjp; |
| 2049 | |
| 2050 | if (food_detect(sobj)) |
| 2051 | *sobjp = 0; /* nothing detected: strange_feeling -> useup */ |
| 2052 | } |
| 2053 | |
| 2054 | staticfn void |
| 2055 | seffect_identify(struct obj **sobjp) |
no test coverage detected