]> granicus.if.org Git - nethack/commit
various tests of flaming monsters
authorcohrs <cohrs>
Fri, 26 Sep 2003 00:37:24 +0000 (00:37 +0000)
committercohrs <cohrs>
Fri, 26 Sep 2003 00:37:24 +0000 (00:37 +0000)
commit929f9ce2c7ca3924fa256b2bb032d7b4b101de32
treea2ae5560fa07ab7c285f07b0062fce04036ae5d1
parent96b56a7bd78a334c0640dfd5a009661faaf23aaa
various tests of flaming monsters
This change adds a new flaming() macro and uses it in several places
where the list of flaming monsters was tested.  on_fire() didn't list
salamanders as already being on fire, but should have.  A couple other
cases were not updated to include flaming sphere.
include/mondata.h
src/eat.c
src/mhitm.c
src/mhitu.c
src/mondata.c
src/polyself.c
src/uhitm.c