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

Function buzz_force_miss

src/muse.c:1814–1818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1812}
1813
1814staticfn void
1815buzz_force_miss(int type, int nd, coordxy sx, coordxy sy, int dx, int dy)
1816{
1817 dobuzz(type, nd, sx, sy, dx, dy, TRUE, FALSE, TRUE);
1818}
1819
1820/* Perform an offensive action for a monster. Must be called immediately
1821 * after find_offensive(). Return values are same as use_defensive().

Callers

nothing calls this directly

Calls 1

dobuzzFunction · 0.85

Tested by

no test coverage detected