the hero has swallowed a monster whole as a purple worm or similar, and has finished digesting its corpse (called via ga.afternmv) */
| 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) */ |
| 3960 | int |
| 3961 | Finish_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*/ |