for use in levl_follower (mondata.c) */
| 5009 | |
| 5010 | /* for use in levl_follower (mondata.c) */ |
| 5011 | boolean |
| 5012 | is_fshk(struct monst *mtmp) |
| 5013 | { |
| 5014 | return (boolean) (mtmp->isshk && ESHK(mtmp)->following); |
| 5015 | } |
| 5016 | |
| 5017 | /* You are digging in the shop. */ |
| 5018 | void |