From: nethack.allison Date: Fri, 14 Apr 2006 17:01:18 +0000 (+0000) Subject: drum of earthquake follow-up X-Git-Tag: MOVE2GIT~1064 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b76a0fe09192f331bd4d74877a1ff6e5b36dd2ad;p=nethack drum of earthquake follow-up --- diff --git a/src/music.c b/src/music.c index e250ae4a7..8939184c0 100644 --- a/src/music.c +++ b/src/music.c @@ -313,7 +313,7 @@ do_pit: chasm = maketrap(x,y,PIT); if(!is_flyer(mtmp->data) && !is_clinger(mtmp->data)) { boolean m_already_trapped = mtmp->mtrapped; mtmp->mtrapped = 1; - if (m_already_trapped) { /* suppress messages */ + if (!m_already_trapped) { /* suppress messages */ if(cansee(x,y)) pline("%s falls into a chasm!", Monnam(mtmp)); else if (!Deaf && humanoid(mtmp->data))