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

Function noisy_shop

src/shk.c:1125–1133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123}
1124
1125void
1126noisy_shop(struct mkroom *sroom)
1127{
1128 struct monst *mtmp = sroom->resident;
1129
1130 if (mtmp && inhishop(mtmp)) {
1131 wake_nearto(mtmp->mx, mtmp->my, 11 * 11);
1132 }
1133}
1134
1135staticfn struct bill_x *
1136onbill(struct obj *obj, struct monst *shkp, boolean silent)

Callers 1

dosoundsFunction · 0.85

Calls 2

inhishopFunction · 0.85
wake_neartoFunction · 0.85

Tested by

no test coverage detected