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

Function is_fshk

src/shk.c:5011–5015  ·  view source on GitHub ↗

for use in levl_follower (mondata.c) */

Source from the content-addressed store, hash-verified

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

Callers 1

levl_followerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected