Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ tended_shop
Function
tended_shop
src/shk.c:1117–1123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1115
}
1116
1117
boolean
1118
tended_shop(struct mkroom *sroom)
1119
{
1120
struct monst *mtmp = sroom->resident;
1121
1122
return !mtmp ? FALSE : (boolean) inhishop(mtmp);
1123
}
1124
1125
void
1126
noisy_shop(struct mkroom *sroom)
Callers
3
resetobjs
Function · 0.85
do_attack
Function · 0.85
dosounds
Function · 0.85
Calls
1
inhishop
Function · 0.85
Tested by
no test coverage detected