]> granicus.if.org Git - nethack/commitdiff
Grid bugs don't have hands
authorPasi Kallinen <paxed@alt.org>
Wed, 13 Jul 2022 08:21:16 +0000 (11:21 +0300)
committerPasi Kallinen <paxed@alt.org>
Wed, 13 Jul 2022 08:21:21 +0000 (11:21 +0300)
Fixes #799

doc/fixes3-7-0.txt
include/monsters.h

index 92ffcab9f24906ea67c587a49a1f56a571386ec4..64dd2605b5813705556d48c0a59b04393f1999ef 100644 (file)
@@ -952,6 +952,7 @@ flying pets wouldn't target underwater food but if they happened to fly over
 praying on an altar with pet corpse on it can revive the pet
 applying a cursed oil lamp can make your hands slippery
 valkyries start with a spear instead of a long sword
+grid bugs don't have hands
 
 
 Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
index 5a9c4ae85a80267b506a1fc2d7403f2ae4cb9083..679db2e7eb0c3683cbc618c551286a126c17b26d 100644 (file)
         (G_GENO | G_SGROUP | G_NOCORPSE | 3),
         A(ATTK(AT_BITE, AD_ELEC, 1, 1), NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK,
           NO_ATTK),
-        SIZ(15, 10, MS_BUZZ, MZ_TINY), MR_ELEC | MR_POISON, 0, M1_ANIMAL,
+        SIZ(15, 10, MS_BUZZ, MZ_TINY), MR_ELEC | MR_POISON, 0,
+        M1_ANIMAL | M1_NOHANDS,
         M2_HOSTILE, M3_INFRAVISIBLE, 1, CLR_MAGENTA, GRID_BUG),
     MON("xan", S_XAN, LVL(7, 18, -4, 0, 0), (G_GENO | 3),
         A(ATTK(AT_STNG, AD_LEGS, 1, 4), NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK,