From 06b7862906c6df5e5cb13747a85b616ce10be146 Mon Sep 17 00:00:00 2001 From: arromdee Date: Sat, 16 Feb 2002 03:50:55 +0000 Subject: [PATCH] air elementals This reduces the damage of those unreasonably deadly air elementals. --- doc/fixes34.0 | 1 + src/monst.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/fixes34.0 b/doc/fixes34.0 index 1e30b93d6..f50e561fc 100644 --- a/doc/fixes34.0 +++ b/doc/fixes34.0 @@ -432,6 +432,7 @@ Vlad should want the Candelabrum if you float_down on a trap in which you're already trapped, don't retrap applying whip toward hidden mimic displays mimic name before "Wait!" message stealing a container didn't multiply cost of stolen contained objects by quan +halve air elemental damage to compensate for side effect of speed system Platform- and/or Interface-Specific Fixes diff --git a/src/monst.c b/src/monst.c index 0edaab864..629d3fb23 100644 --- a/src/monst.c +++ b/src/monst.c @@ -1363,7 +1363,7 @@ NEARDATA struct permonst mons[] = { M2_WANDER|M2_STALK|M2_HOSTILE|M2_STRONG, M3_INFRAVISION, CLR_WHITE), MON("air elemental", S_ELEMENTAL, LVL(8, 36, 2, 30, 0), (G_NOCORPSE|1), - A(ATTK(AT_ENGL, AD_PHYS, 2,10), + A(ATTK(AT_ENGL, AD_PHYS, 1, 10), NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK, NO_ATTK), SIZ(0, 0, 0, MS_SILENT, MZ_HUGE), MR_POISON|MR_STONE, 0, M1_NOEYES|M1_NOLIMBS|M1_NOHEAD|M1_MINDLESS|M1_UNSOLID|M1_FLY,