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

Function breamu

src/mthrowu.c:1274–1278  ·  view source on GitHub ↗

monster breathes at you (ranged) */

Source from the content-addressed store, hash-verified

1272
1273/* monster breathes at you (ranged) */
1274int
1275breamu(struct monst *mtmp, struct attack *mattk)
1276{
1277 return breamm(mtmp, mattk, &gy.youmonst);
1278}
1279
1280/* return TRUE if terrain at x,y blocks linedup checks */
1281staticfn boolean

Callers 1

mattackuFunction · 0.85

Calls 1

breammFunction · 0.85

Tested by

no test coverage detected