Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ body_part
Function
body_part
src/polyself.c:2142–2146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2140
}
2141
2142
const char *
2143
body_part(int part)
2144
{
2145
return mbodypart(&gy.youmonst, part);
2146
}
2147
2148
int
2149
poly_gender(void)
Callers
15
cant_wield_corpse
Function · 0.85
ready_weapon
Function · 0.85
wield_tool
Function · 0.85
can_twoweapon
Function · 0.85
drop_uswapwep
Function · 0.85
chwepon
Function · 0.85
weldmsg
Function · 0.85
throne_sit_effect
Function · 0.85
dosit
Function · 0.85
do_oname
Function · 0.85
stealgold
Function · 0.85
maybe_absorb_item
Function · 0.85
Calls
1
mbodypart
Function · 0.85
Tested by
no test coverage detected