]> granicus.if.org Git - nethack/commit
Allow pets to use ranged attacks
authorPasi Kallinen <paxed@alt.org>
Fri, 3 Jun 2016 22:06:00 +0000 (01:06 +0300)
committerPasi Kallinen <paxed@alt.org>
Fri, 3 Jun 2016 22:06:07 +0000 (01:06 +0300)
commit5009a672644fbadab73dbf9ec8181a4c07a9bb3c
treed84bbeb0428687ec72b3c4bbc2ab7e7e43a025c2
parent4d594f77c29cc01ce633177b0d67d9ef11add521
Allow pets to use ranged attacks

This is the Pet ranged attack -patch by Darshan Shaligram,
with the spellcaster parts removed to keep it simpler.

Pets will now throw, spit and breathe at other monsters.
doc/fixes36.1
include/extern.h
src/dogmove.c
src/mhitm.c
src/mthrowu.c
src/zap.c