mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-05-13 19:15:05 +01:00
Nerf Golden Hearts
This commit is contained in:
parent
df50af448c
commit
e564664206
1 changed files with 2 additions and 2 deletions
|
@ -2292,9 +2292,9 @@ then fill new spaces with our spawn!
|
|||
M3_STATIONARY, CLR_GRAY),
|
||||
MON("golden heart", S_GNOME,//
|
||||
LVL(10, 13, -5, 30, 0), (G_NOGEN),
|
||||
A(ATTK(AT_CLAW, AD_PHYS, 1, 13), ATTK(AT_CLAW, AD_PHYS, 1, 13),
|
||||
A(ATTK(AT_CLAW, AD_PHYS, 1, 13),
|
||||
ATTK(AT_GAZE, AD_LUCK, 0, 0),
|
||||
NO_ATTK, NO_ATTK, NO_ATTK),
|
||||
NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK),
|
||||
SIZ(90, 0, 0, MS_SILENT, MZ_SMALL), MR_POISON, MR_POISON,
|
||||
M1_MINDLESS|M1_TPORT|M1_TPORT_CNTRL,
|
||||
M2_NASTY|M2_CLOCK|M2_HOSTILE|M2_NOPOLY|M2_STALK,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue