MCPcopy 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
1117boolean
1118tended_shop(struct mkroom *sroom)
1119{
1120 struct monst *mtmp = sroom->resident;
1121
1122 return !mtmp ? FALSE : (boolean) inhishop(mtmp);
1123}
1124
1125void
1126noisy_shop(struct mkroom *sroom)

Callers 3

resetobjsFunction · 0.85
do_attackFunction · 0.85
dosoundsFunction · 0.85

Calls 1

inhishopFunction · 0.85

Tested by

no test coverage detected