| 952 | } |
| 953 | |
| 954 | staticfn int |
| 955 | peffect_object_detection(struct obj *otmp) |
| 956 | { |
| 957 | if (object_detect(otmp, 0)) |
| 958 | return 1; /* nothing detected */ |
| 959 | exercise(A_WIS, TRUE); |
| 960 | return 0; |
| 961 | } |
| 962 | |
| 963 | staticfn void |
| 964 | peffect_sickness(struct obj *otmp) |
no test coverage detected