| 1123 | } |
| 1124 | |
| 1125 | void |
| 1126 | noisy_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 | |
| 1135 | staticfn struct bill_x * |
| 1136 | onbill(struct obj *obj, struct monst *shkp, boolean silent) |
no test coverage detected