fog cloud shouldn't pummel you with debris

This commit is contained in:
nethack.allison
2003-08-03 19:59:34 +00:00
parent cedc57b67f
commit 5f9ff08c83
2 changed files with 9 additions and 2 deletions

View File

@@ -1702,8 +1702,14 @@ gulpmu(mtmp, mattk) /* monster swallows you, or damage if u.uswallow */
}
break;
case AD_PHYS:
You("are pummeled with debris!");
exercise(A_STR, FALSE);
if (mtmp->data == &mons[PM_FOG_CLOUD])
You("are laden with moisture and can barely %s!",
!breathless(youmonst.data) ? "breathe" :
"stay conscious");
else {
You("are pummeled with debris!");
exercise(A_STR, FALSE);
}
break;
case AD_ACID:
if (Acid_resistance) {