Grid bugs don't have hands

Fixes #799
This commit is contained in:
Pasi Kallinen
2022-07-13 11:21:16 +03:00
parent c09ae332c8
commit a1ca981907
2 changed files with 3 additions and 1 deletions

View 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

View File

@@ -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,