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

Function pacify_guards

src/mon.c:5769–5773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5767}
5768
5769void
5770pacify_guards(void)
5771{
5772 iter_mons(pacify_guard);
5773}
5774
5775void
5776mimic_hit_msg(struct monst *mtmp, short otyp)

Callers 2

home_shkFunction · 0.85
make_happy_shoppersFunction · 0.85

Calls 1

iter_monsFunction · 0.85

Tested by

no test coverage detected