Give barrow wights a cold touch

Their attack is described as "the icy touch froze his bones"
in Lord of the Rings
This commit is contained in:
Pasi Kallinen
2021-01-13 21:29:03 +02:00
parent 4216a7aa97
commit e41c029262
2 changed files with 3 additions and 1 deletions

View File

@@ -364,6 +364,7 @@ have dowhatdoes ('&') catch up with '?i' to describe ^A, ESC, and movement
transforming a potion by dipping a unicorn horn into it could result in the
potion being dropped due to 'pickup_burden' if encumbrance was already
over threshold before dipping but within it after removal from invent
give barrow wights a cold touch
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository

View File

@@ -1919,7 +1919,8 @@ struct permonst _mons2[] = {
MON("barrow wight", S_WRAITH, LVL(3, 12, 5, 5, -3),
(G_GENO | G_NOCORPSE | 1),
A(ATTK(AT_WEAP, AD_DRLI, 0, 0), ATTK(AT_MAGC, AD_SPEL, 0, 0),
ATTK(AT_CLAW, AD_PHYS, 1, 4), NO_ATTK, NO_ATTK, NO_ATTK),
ATTK(AT_CLAW, AD_PHYS, 1, 4), ATTK(AT_TUCH, AD_COLD, 1, 4),
NO_ATTK, NO_ATTK),
SIZ(1200, 0, MS_SPELL, MZ_HUMAN), MR_COLD | MR_SLEEP | MR_POISON, 0,
M1_BREATHLESS | M1_HUMANOID,
M2_UNDEAD | M2_STALK | M2_HOSTILE | M2_COLLECT, 0, 7, CLR_GRAY),