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

Function spitmu

src/mthrowu.c:1267–1271  ·  view source on GitHub ↗

monster spits substance at you */

Source from the content-addressed store, hash-verified

1265
1266/* monster spits substance at you */
1267int
1268spitmu(struct monst *mtmp, struct attack *mattk)
1269{
1270 return spitmm(mtmp, mattk, &gy.youmonst);
1271}
1272
1273/* monster breathes at you (ranged) */
1274int

Callers 1

mattackuFunction · 0.85

Calls 1

spitmmFunction · 0.85

Tested by

no test coverage detected