]> granicus.if.org Git - nethack/commit
minions/Angels (trunk only)
authornethack.rankin <nethack.rankin>
Thu, 3 Nov 2005 04:54:55 +0000 (04:54 +0000)
committernethack.rankin <nethack.rankin>
Thu, 3 Nov 2005 04:54:55 +0000 (04:54 +0000)
commit7921c6ea3ec5bf04cb4597f02774ec5cc16ac3db
tree7945c33ab4dcb37d607f2898ac96e5a673ab8f3f
parent940a70d6aefb9e123179bffd800b4c15fcfd30e4
minions/Angels (trunk only)

     Angels used the epri extension even though they're never priests,
presumeably because they're sometimes flagged as "renegade".  Since the
only priests ever flagged as renegade are roaming minions rather than
temple priests, move the renegade flag to the emin extension and switch
Angels over to that.  Summoned Angels will now always have the isminion
flag set.

     Makefiles need updating:  monst.{c,o} now depends upon emin.h.
include/emin.h
include/epri.h
include/patchlevel.h
src/makemon.c
src/minion.c
src/monst.c
src/priest.c