From: Connor Gregorich-Trevor Date: Thu, 6 Feb 2020 02:03:34 +0000 (-0600) Subject: Update minotaur monster definition. X-Git-Tag: NetHack-3.7.0_WIP-2020-02-14~22^2^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a634dd01b662a4daa3a23eb37c800dfe70ed6799;p=nethack Update minotaur monster definition. --- diff --git a/src/monst.c b/src/monst.c index 23af5d298..a5b5d793a 100644 --- a/src/monst.c +++ b/src/monst.c @@ -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),