| 1812 | } |
| 1813 | |
| 1814 | staticfn void |
| 1815 | buzz_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(). |