]> granicus.if.org Git - nethack/commit
hero infravision
authorPatR <rankin@nethack.org>
Thu, 10 Jan 2019 02:10:55 +0000 (18:10 -0800)
committerPatR <rankin@nethack.org>
Thu, 10 Jan 2019 02:10:55 +0000 (18:10 -0800)
commitbb86fa2bb7e0978f800005c2e067d1b277388c5a
tree6fd6ae5af5ad821328c963aa85d6ebcc8be1c2d6
parent6e108962cb92a68e3380330ad3f9ffd8b17345a0
hero infravision

Take a first step towards making the mons[] array be readonly.
The only other place that updates it is when changing succubus and
incubus AD_SSEX attacks to AD_SEDU ones and that can be handled
via existing getmattk(), but so far has proven to be trickier than
anticipated.
include/mondata.h
src/polyself.c
src/role.c