]> granicus.if.org Git - nethack/commitdiff
Update minotaur monster definition.
authorConnor Gregorich-Trevor <gregoric@grinnell.edu>
Thu, 6 Feb 2020 02:03:34 +0000 (20:03 -0600)
committerConnor Gregorich-Trevor <gregoric@grinnell.edu>
Thu, 6 Feb 2020 02:03:34 +0000 (20:03 -0600)
src/monst.c

index 23af5d2980583a673dc666f0e18e20a7d3f02291..a5b5d793ac360717f32fdd7ab3a5e0ef14be9206 100644 (file)
@@ -1449,7 +1449,7 @@ struct permonst _mons2[] = {
     MON("minotaur", S_GIANT, LVL(15, 15, 6, 0, 0), (G_GENO | G_NOGEN),
         A(ATTK(AT_CLAW, AD_PHYS, 3, 10), ATTK(AT_CLAW, AD_PHYS, 3, 10),
           ATTK(AT_BUTT, AD_PHYS, 2, 8), NO_ATTK, NO_ATTK, NO_ATTK),
-        SIZ(1500, 700, MS_SILENT, MZ_LARGE), 0, 0,
+        SIZ(1500, 700, MS_MOO, MZ_LARGE), 0, 0,
         M1_ANIMAL | M1_HUMANOID | M1_CARNIVORE,
         M2_HOSTILE | M2_STRONG | M2_NASTY, M3_INFRAVISIBLE | M3_INFRAVISION,
         17, CLR_BROWN),