]> granicus.if.org Git - nethack/commitdiff
vampire bats breath
authorcohrs <cohrs>
Mon, 11 Feb 2002 05:05:42 +0000 (05:05 +0000)
committercohrs <cohrs>
Mon, 11 Feb 2002 05:05:42 +0000 (05:05 +0000)
if bats are not undead, they breath

src/monst.c

index 84f008532ae985daf06ea495e63d7fd729c341a7..2790c748d4b4becf932263a3fc6ffa1ced96a2ba 100644 (file)
@@ -1143,7 +1143,7 @@ NEARDATA struct permonst mons[] = {
        A(ATTK(AT_BITE, AD_PHYS, 1, 6), ATTK(AT_BITE, AD_DRST, 0, 0),
          NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK),
        SIZ(30, 20, 0, MS_SQEEK, MZ_SMALL), MR_SLEEP|MR_POISON, 0,
-       M1_FLY|M1_BREATHLESS|M1_ANIMAL|M1_NOHANDS|M1_POIS|M1_REGEN|M1_OMNIVORE,
+       M1_FLY|M1_ANIMAL|M1_NOHANDS|M1_POIS|M1_REGEN|M1_OMNIVORE,
        M2_HOSTILE, M3_INFRAVISIBLE, CLR_BLACK),
 /*
  * Centaurs