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

Function is_safemon

src/display.c:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212/* #define knowninvisible() isn't useful here */
213
214int
215is_safemon(struct monst *mon)
216{
217 return _is_safemon(mon);
218}
219/* #define is_safemon() isn't useful here */
220
221/*

Callers 4

do_attackFunction · 0.85
domove_attackmon_atFunction · 0.85
domove_coreFunction · 0.85
lookaroundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected