]> granicus.if.org Git - nethack/commit
no leash-related message is given when leashed pet yellow light explodes
authornhmall <nhmall@nethack.org>
Sun, 23 Sep 2018 18:06:18 +0000 (14:06 -0400)
committernhmall <nhmall@nethack.org>
Sun, 23 Sep 2018 18:06:18 +0000 (14:06 -0400)
commit02b1ce2d9a9e95fd87dcd1982cc0a76fcc193d59
tree1f07923f1f4825183edef7ac1e3711d569ac33f1
parent2813e42b22eef20b33ce2acd95875e11f54b810c
no leash-related message is given when leashed pet yellow light explodes

mondead() -> m_detach() -> m_unleash() suppresses
the m_unleash() slack message, so deliver it in
the caller explmm() in those circumstances.

(The issue of whether it should be possible to leash light
is side-stepped.)

bug H7406, 1548
doc/fixes36.2
src/mhitm.c