]> granicus.if.org Git - nethack/commitdiff
Nazgul can see invisible
authorPasi Kallinen <paxed@alt.org>
Sun, 29 Jan 2023 16:07:03 +0000 (18:07 +0200)
committerPasi Kallinen <paxed@alt.org>
Sun, 29 Jan 2023 16:07:03 +0000 (18:07 +0200)
doc/fixes3-7-0.txt
include/monsters.h

index de34e3c344731e0062a53f66d7a8307533bbfa62..38cdabe4207556d47969ec72d0ea265bb92a7b56 100644 (file)
@@ -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
index df5851a31193920808af1d4c6e3183efb9de1689..fc99490c1128fa548c3abc01d9cb8d60bd513f64 100644 (file)
         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),