From: Pasi Kallinen Date: Wed, 13 Jul 2022 08:21:16 +0000 (+0300) Subject: Grid bugs don't have hands X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1ca9819071d431b5905a211f828dd7d6336f1d1;p=nethack Grid bugs don't have hands Fixes #799 --- diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 92ffcab9f..64dd2605b 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -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 diff --git a/include/monsters.h b/include/monsters.h index 5a9c4ae85..679db2e7e 100644 --- a/include/monsters.h +++ b/include/monsters.h @@ -967,7 +967,8 @@ (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,