From d66e97070bcb1eea0a01e47e66c02c86a3a18cef Mon Sep 17 00:00:00 2001 From: nothere Date: Tue, 15 Jul 2003 15:35:41 +0000 Subject: [PATCH] =?utf8?q?=EF=BE=8A=EF=BE=91=EF=BD=BF=EE=8D=BB=EF=BD=BE?= =?utf8?q?=EF=BD=A4=EF=BE=8E=EF=BD=A5=EF=BE=9F=EF=BD=A5=EF=BD=B9=EF=BD=A4?= =?utf8?q?=EF=BE=8E=EF=BD=BD=EF=BD=A4=EF=BE=80=EF=BD=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/object2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/object2.c b/src/object2.c index e94709648..4f521cd05 100644 --- a/src/object2.c +++ b/src/object2.c @@ -6582,19 +6582,19 @@ static int blow_damcalc(monster_type *m_ptr, monster_blow *blow_ptr) case RBE_ACID: spell_damcalc(m_ptr, GF_ACID, dam, 0, &dummy_max); dam = dummy_max; - complete_immune = p_ptr->immune_cold; + complete_immune = p_ptr->immune_acid; break; case RBE_ELEC: spell_damcalc(m_ptr, GF_ELEC, dam, 0, &dummy_max); dam = dummy_max; - complete_immune = p_ptr->immune_cold; + complete_immune = p_ptr->immune_elec; break; case RBE_FIRE: spell_damcalc(m_ptr, GF_FIRE, dam, 0, &dummy_max); dam = dummy_max; - complete_immune = p_ptr->immune_cold; + complete_immune = p_ptr->immune_fire; break; case RBE_COLD: -- 2.11.0