drum of earthquake follow-up
This commit is contained in:
@@ -313,7 +313,7 @@ do_pit: chasm = maketrap(x,y,PIT);
|
|||||||
if(!is_flyer(mtmp->data) && !is_clinger(mtmp->data)) {
|
if(!is_flyer(mtmp->data) && !is_clinger(mtmp->data)) {
|
||||||
boolean m_already_trapped = mtmp->mtrapped;
|
boolean m_already_trapped = mtmp->mtrapped;
|
||||||
mtmp->mtrapped = 1;
|
mtmp->mtrapped = 1;
|
||||||
if (m_already_trapped) { /* suppress messages */
|
if (!m_already_trapped) { /* suppress messages */
|
||||||
if(cansee(x,y))
|
if(cansee(x,y))
|
||||||
pline("%s falls into a chasm!", Monnam(mtmp));
|
pline("%s falls into a chasm!", Monnam(mtmp));
|
||||||
else if (!Deaf && humanoid(mtmp->data))
|
else if (!Deaf && humanoid(mtmp->data))
|
||||||
|
|||||||
Reference in New Issue
Block a user