]> granicus.if.org Git - nethack/commit
general musical instrument use while polymorphed
authorcohrs <cohrs>
Tue, 27 Jan 2004 00:23:31 +0000 (00:23 +0000)
committercohrs <cohrs>
Tue, 27 Jan 2004 00:23:31 +0000 (00:23 +0000)
commit6f0fb33e9fc826d5acc478d4038e71f29faeb51a
tree836fbee234e8ea0f7e08a98af18b2df2547c846f
parent661f91009bac1c0a99fd708867b6eb8deead5da5
general musical instrument use while polymorphed
Extend the previous patch to cover all blown instruments.  Also covers
the case of the player strangling.  The test is moved to a new can_blow
function to keep the test in one place.  It supports any monster, although
all current tests are for the player.
doc/fixes35.0
include/extern.h
src/apply.c
src/mondata.c
src/music.c