mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-31 09:52:25 +01:00
Weeping angels also cause sanloss
This commit is contained in:
parent
0c2259c326
commit
8b5801404f
1 changed files with 1 additions and 1 deletions
|
@ -2615,7 +2615,7 @@ then fill new spaces with our spawn!
|
|||
SIZ(WT_LARGE, 0, MS_SILENT, MZ_HUMAN),
|
||||
MR_FIRE|MR_COLD|MR_SLEEP|MR_DISINT|MR_POISON|MR_ACID|MR_STONE, 0,
|
||||
MM_BREATHLESS /*MM*/, MT_HOSTILE|MT_MAGIC /*MT*/, 0 /*MF*/,
|
||||
MB_NEUTER|MB_HUMANOID|MB_WINGS|MB_THICK_HIDE /*MB*/, MG_VBLUNT|MG_NOPOLY|MG_REGEN|MG_INSIGHT /*MG*/,
|
||||
MB_NEUTER|MB_HUMANOID|MB_WINGS|MB_THICK_HIDE /*MB*/, MG_VBLUNT|MG_NOPOLY|MG_REGEN|MG_SANLOSS|MG_INSIGHT /*MG*/,
|
||||
MA_PRIMORDIAL|MA_ET /*MA*/, MV_NORMAL|MV_LIFESENSE /*MV*/, MW_ELDER_SIGN /*MW*/, CLR_GRAY),
|
||||
|
||||
MON("Coure Eladrin", S_CHA_ANGEL,//5 /*Needs tile*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue