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

Function Finish_digestion

src/eat.c:3960–3968  ·  view source on GitHub ↗

the hero has swallowed a monster whole as a purple worm or similar, and has finished digesting its corpse (called via ga.afternmv) */

Source from the content-addressed store, hash-verified

3958/* the hero has swallowed a monster whole as a purple worm or similar, and has
3959 finished digesting its corpse (called via ga.afternmv) */
3960int
3961Finish_digestion(void)
3962{
3963 if (gc.corpsenm_digested != NON_PM) {
3964 cpostfx(gc.corpsenm_digested);
3965 gc.corpsenm_digested = NON_PM;
3966 }
3967 return 0;
3968}
3969
3970/*eat.c*/

Callers

nothing calls this directly

Calls 1

cpostfxFunction · 0.85

Tested by

no test coverage detected