call when a faint must be prematurely terminated */
| 3351 | |
| 3352 | /* call when a faint must be prematurely terminated */ |
| 3353 | void |
| 3354 | reset_faint(void) |
| 3355 | { |
| 3356 | if (ga.afternmv == unfaint) |
| 3357 | unmul("You revive."); |
| 3358 | } |
| 3359 | |
| 3360 | /* compute and comment on your (new?) hunger status */ |
| 3361 | void |
no test coverage detected