Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4948
staticfn void
4949
end_engulf(void)
4950
{
4951
if (!Invisible) {
4952
tmp_at(DISP_END, 0);
4953
newsym(u.ux, u.uy);
4954
}
4955
}
4956
4957
staticfn int
4958
gulpum(struct monst *mdef, struct attack *mattk)
Callers
1
gulpum
Function · 0.85
Calls
2
tmp_at
Function · 0.85
newsym
Function · 0.85
Tested by
no test coverage detected