mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-31 09:52:25 +01:00
Bugfix: juggernauts can see via earthsense, and id juggernauts have lifesense
This commit is contained in:
parent
16870763c1
commit
8ae6cc628f
1 changed files with 2 additions and 2 deletions
|
@ -3063,7 +3063,7 @@ then fill new spaces with our spawn!
|
|||
SIZ(9000, 0, 0, MS_SILENT, MZ_SMALL), MR_DRAIN|MR_STONE|MR_POISON|MR_SICK|MR_SLEEP, 0,
|
||||
MM_BREATHLESS|MM_TUNNEL /*MM*/, MT_MINDLESS|MT_HOSTILE /*MT*/,
|
||||
MB_ANIMAL|MB_NOHEAD|MB_NOHANDS|MB_NEUTER /*MB*/, MG_VBLUNT|MG_NASTY|MG_NOPOLY /*MG*/,
|
||||
MA_CLOCK|MA_UNLIVING /*MA*/, MV_NORMAL /*MV*/, CLR_BLACK),
|
||||
MA_CLOCK|MA_UNLIVING /*MA*/, MV_EARTHSENSE /*MV*/, CLR_BLACK),
|
||||
MON("id juggernaut", S_GNOME,// /*Needs encyc entry*//*Needs tile*/
|
||||
LVL(20, 24,-10, 0, 0), (G_HELL|G_NOCORPSE|1),
|
||||
A(ATTK(AT_BUTT, AD_PHYS, 2, 8), NO_ATTK,
|
||||
|
@ -3071,7 +3071,7 @@ then fill new spaces with our spawn!
|
|||
SIZ(9000, 0, 0, MS_SILENT, MZ_SMALL), MR_DRAIN|MR_STONE|MR_POISON|MR_SICK|MR_SLEEP, 0,
|
||||
MM_BREATHLESS|MM_WALLWALK /*MM*/, MT_MINDLESS|MT_HOSTILE /*MT*/,
|
||||
MB_ANIMAL|MB_NOHEAD|MB_NOHANDS|MB_NEUTER /*MB*/, MG_VBLUNT|MG_NASTY|MG_NOPOLY /*MG*/,
|
||||
MA_CLOCK|MA_UNLIVING /*MA*/, MV_NORMAL /*MV*/, CLR_BLACK),
|
||||
MA_CLOCK|MA_UNLIVING /*MA*/, MV_LIFESENSE|MV_EARTHSENSE /*MV*/, CLR_BLACK),
|
||||
MON("scrap titan", S_GNOME,// /*Needs encyc entry*//*Needs tile*/
|
||||
LVL(20, 12, 0, 0, -10), (G_HELL|G_NOCORPSE|2),
|
||||
A(ATTK(AT_CLAW, AD_PHYS, 3,12), ATTK(AT_CLAW, AD_PHYS, 3,12),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue