mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-08-11 07:01:37 +01:00
Bugfix: Watcher tentacle deaths no longer handled through explosion code
The handling was removed but the attack struct entries were retained.
This commit is contained in:
parent
a144a07ecb
commit
63089587bc
1 changed files with 2 additions and 2 deletions
|
@ -2751,7 +2751,7 @@ then fill new spaces with our spawn!
|
|||
LVL(100, 18, 125, -3), (G_PLANES|G_NOGEN|G_UNIQ),
|
||||
DEF(NAT_AC(13), SPE_AC(3), NAT_DR(6), SPE_DR(8)),
|
||||
A(ATTK(AT_TENT, AD_WRAP, 4, 8), ATTK(AT_BEAM, AD_WET, 8, 8),
|
||||
ATTK(AT_GAZE, AD_WTCH, 0, 0), ATTK(AT_BOOM, AD_WTCH, 0, 0)), //MB_MANIPULATES? Can't wear gloves, but otherwise has "hands"
|
||||
ATTK(AT_GAZE, AD_WTCH, 0, 0)), //MB_MANIPULATES? Can't wear gloves, but otherwise has "hands"
|
||||
SIZ(WT_GIGANTIC, CN_GIGANTIC, MS_HUMANOID, MZ_GIGANTIC), MR_DISINT|MR_POISON|MR_STONE|MR_MAGIC, 0,
|
||||
MM_SWIM|MM_AMPHIBIOUS|MM_WEBRIP /*MM*/, MT_STALK|MT_OMNIVORE|MT_WAITFORU|MT_COLLECT /*MT*/, MF_MARTIAL_E /*MF*/,
|
||||
MB_HUMANOID|MB_NOHANDS|MB_STRONG|MB_FEMALE /*MB*/, MG_PNAME|MG_PRINCE|MG_NASTY|MG_INFRAVISIBLE|MG_HATESUNHOLY|MG_NOPOLY|MG_TRACKER /*MG*/,
|
||||
|
@ -8163,7 +8163,7 @@ is a red right hand
|
|||
DEF(NAT_AC(12)),
|
||||
A(ATTK(AT_CLAW, AD_PHYS, 2, 8), ATTK(AT_CLAW, AD_PHYS, 2, 8),
|
||||
ATTK(AT_HUGS, AD_WRAP, 2, 6), ATTK(AT_BITE, AD_PHYS, 5, 6),
|
||||
ATTK(AT_GAZE, AD_WTCH, 0, 0), ATTK(AT_BOOM, AD_WTCH, 0, 0)),
|
||||
ATTK(AT_GAZE, AD_WTCH, 0, 0)),
|
||||
SIZ(WT_HUGE, CN_HUGE, MS_SILENT, MZ_HUGE), MR_DISINT|MR_POISON|MR_STONE|MR_MAGIC, 0,
|
||||
MM_SWIM|MM_AMPHIBIOUS|MM_WEBRIP /*MM*/, MT_HOSTILE|MT_ANIMAL|MT_CARNIVORE /*MT*/, 0 /*MF*/,
|
||||
MB_NOHANDS|MB_STRONG|MB_NEUTER /*MB*/, MG_NOTAME|MG_NOPOLY|MG_SANLOSS|MG_INSIGHT /*MG*/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue