MCPcopy Create free account
hub / github.com/NetHack/NetHack / reset_faint

Function reset_faint

src/eat.c:3353–3358  ·  view source on GitHub ↗

call when a faint must be prematurely terminated */

Source from the content-addressed store, hash-verified

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

Callers 3

demon_talkFunction · 0.85
invaultFunction · 0.85
drownFunction · 0.85

Calls 1

unmulFunction · 0.85

Tested by

no test coverage detected