mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-05-09 16:55:25 +01:00
Drow matrons don't spawn in groups (they still have warior escorts)
This commit is contained in:
parent
1fe0fff06e
commit
11e6c8903d
1 changed files with 1 additions and 1 deletions
|
@ -3675,7 +3675,7 @@ struct permonst _mons2[] = {
|
|||
M2_ELF|M2_STRONG|M2_PRINCE|M2_MALE|M2_COLLECT,
|
||||
M3_INFRAVISIBLE, HI_LORD),
|
||||
MON("drow matron", S_HUMAN,
|
||||
LVL(12, 12, 10, 60, -9), (G_GENO|G_SGROUP|2),
|
||||
LVL(12, 12, 10, 60, -9), (G_GENO|2),
|
||||
A(ATTK(AT_WEAP, AD_PHYS, 2, 4), ATTK(AT_MAGC, AD_CLRC, 0, 0),
|
||||
NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK),
|
||||
SIZ(WT_ELF, 350, sizeof(long), MS_HUMANOID, MZ_HUMAN), MR_SLEEP, MR_SLEEP,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue