1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-29 08:52:25 +01:00

Bugfix: Monks can't twoweapon right now, bc of xwep related issue with the monst def

This commit is contained in:
ChrisANG 2018-06-09 13:12:26 -04:00
parent 8cc281e296
commit d51d2f80ec

View file

@ -6118,9 +6118,9 @@ is a red right hand
MA_HUMAN /*MA*/, MV_NORMAL /*MV*/, HI_DOMESTIC),
MON("monk", S_HUMAN, //11
LVL(10, 12, 10, 2, 0), G_NOGEN,
A(ATTK(AT_CLAW, AD_PHYS, 1, 8), ATTK(AT_WEAP, AD_PHYS, 1, 8),
ATTK(AT_KICK, AD_PHYS, 1, 8),
NO_ATTK, NO_ATTK, NO_ATTK),
A(ATTK(AT_WEAP, AD_PHYS, 1, 8), ATTK(AT_XWEP, AD_PHYS, 1, 8),
ATTK(AT_CLAW, AD_PHYS, 1, 8), ATTK(AT_KICK, AD_PHYS, 1, 8),
NO_ATTK, NO_ATTK),
SIZ(WT_HUMAN, 400, 0, MS_HUMANOID, MZ_HUMAN), 0, 0,
0 /*MM*/, MT_HERBIVORE|MT_COLLECT /*MT*/,
MB_HUMANOID|MB_STRONG|MB_MALE /*MB*/, MG_NOWISH|MG_NOPOLY|MG_INFRAVISIBLE /*MG*/,