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