From 76de4f6ee9bc85c604faa44a260ae7bcebaafc36 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 4 Oct 2023 20:06:09 +0300 Subject: [PATCH] Ice devils get a slowing touch --- doc/fixes3-7-0.txt | 1 + include/monsters.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 79a4ad3b6..412bd333e 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1255,6 +1255,7 @@ bone devils summon skeletons adjust wand of make invisible and potion of invisibility effects barbed devils have an attack that sticks you to them balrogs prefer bullwhip if hero is wielding a weapon +ice devils have an additional attack, a slowing touch Fixes to 3.7.0-x General Problems Exposed Via git Repository diff --git a/include/monsters.h b/include/monsters.h index c45757ecf..0d9016ba8 100644 --- a/include/monsters.h +++ b/include/monsters.h @@ -2537,8 +2537,8 @@ MON("ice devil", S_DEMON, LVL(11, 6, -4, 55, -12), (G_HELL | G_NOCORPSE | 2), A(ATTK(AT_CLAW, AD_PHYS, 1, 4), ATTK(AT_CLAW, AD_PHYS, 1, 4), - ATTK(AT_BITE, AD_PHYS, 2, 4), ATTK(AT_STNG, AD_COLD, 3, 4), NO_ATTK, - NO_ATTK), + ATTK(AT_BITE, AD_PHYS, 2, 4), ATTK(AT_STNG, AD_COLD, 3, 4), + ATTK(AT_TUCH, AD_SLOW, 1, 1), NO_ATTK), SIZ(WT_HUMAN, 400, MS_SILENT, MZ_LARGE), MR_FIRE | MR_COLD | MR_POISON, 0, M1_SEE_INVIS | M1_POIS, M2_DEMON | M2_STALK | M2_HOSTILE | M2_NASTY,