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

Function end_engulf

src/uhitm.c:4948–4955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4946}
4947
4948staticfn void
4949end_engulf(void)
4950{
4951 if (!Invisible) {
4952 tmp_at(DISP_END, 0);
4953 newsym(u.ux, u.uy);
4954 }
4955}
4956
4957staticfn int
4958gulpum(struct monst *mdef, struct attack *mattk)

Callers 1

gulpumFunction · 0.85

Calls 2

tmp_atFunction · 0.85
newsymFunction · 0.85

Tested by

no test coverage detected