| 3333 | } |
| 3334 | |
| 3335 | staticfn int |
| 3336 | unfaint(void) |
| 3337 | { |
| 3338 | (void) Hear_again(); |
| 3339 | if (u.uhs > FAINTING) |
| 3340 | u.uhs = FAINTING; |
| 3341 | stop_occupation(); |
| 3342 | disp.botl = TRUE; |
| 3343 | return 0; |
| 3344 | } |
| 3345 | |
| 3346 | boolean |
| 3347 | is_fainted(void) |
nothing calls this directly
no test coverage detected