From: Pasi Kallinen Date: Sun, 29 Jan 2023 16:07:03 +0000 (+0200) Subject: Nazgul can see invisible X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05f6a330923554369aae8b5629b394aa0f6c382b;p=nethack Nazgul can see invisible --- diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index de34e3c34..38cdabe42 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1102,6 +1102,7 @@ giants occasionally get a battle axe or a two-handed sword give gremlin the property it stole, if possible 'F'orcefighting with a war hammer has a small chance of breaking iron bars very rarely random items are generated eroded, erodeproof, or greased +Nazgul can see invisible Fixes to 3.7.0-x Problems that Were Exposed Via git Repository diff --git a/include/monsters.h b/include/monsters.h index df5851a31..fc99490c1 100644 --- a/include/monsters.h +++ b/include/monsters.h @@ -1999,7 +1999,7 @@ A(ATTK(AT_WEAP, AD_DRLI, 1, 4), ATTK(AT_BREA, AD_SLEE, 2, 25), NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK), SIZ(WT_HUMAN, 0, MS_SPELL, MZ_HUMAN), MR_COLD | MR_SLEEP | MR_POISON, - 0, M1_BREATHLESS | M1_HUMANOID, + 0, M1_BREATHLESS | M1_HUMANOID | M1_SEE_INVIS, M2_NOPOLY | M2_UNDEAD | M2_STALK | M2_STRONG | M2_HOSTILE | M2_MALE | M2_COLLECT, 0, 17, HI_LORD, NAZGUL),