From 61299caf11051eeb50a80a91e3981bcb855d8556 Mon Sep 17 00:00:00 2001 From: nothere Date: Mon, 22 Dec 2003 15:50:48 +0000 Subject: [PATCH] =?utf8?q?STUPID=E3=83=A2=E3=83=B3=E3=82=B9=E3=82=BF?= =?utf8?q?=E3=83=BC=E3=81=AFMP=E3=81=AE=E5=88=87=E3=82=8C=E3=81=A6?= =?utf8?q?=E3=81=84=E3=82=8B=E3=83=97=E3=83=AC=E3=82=A4=E3=83=A4=E3=83=BC?= =?utf8?q?=E3=81=AB=E5=AF=BE=E3=81=97=E3=81=A6=E3=82=82=E7=84=A1=E6=84=8F?= =?utf8?q?=E5=91=B3=E3=81=AA=E9=AD=94=E5=8A=9B=E5=90=B8=E5=8F=8E=20?= =?utf8?q?=E3=82=92=E4=BD=BF=E3=81=86=E3=81=93=E3=81=A8=E3=81=8C=E3=81=82?= =?utf8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/mspells1.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/mspells1.c b/src/mspells1.c index 7862baa66..545571e4d 100644 --- a/src/mspells1.c +++ b/src/mspells1.c @@ -1439,11 +1439,6 @@ bool make_attack_spell(int m_idx) f6 &= ~(RF6_NOMAGIC_MASK); } - if (!p_ptr->csp) - { - f5 &= ~(RF5_DRAIN_MANA); - } - if (f6 & RF6_DARKNESS) { if ((p_ptr->pclass == CLASS_NINJA) && @@ -1504,6 +1499,8 @@ bool make_attack_spell(int m_idx) if (!(r_ptr->flags2 & RF2_STUPID)) { + if (!p_ptr->csp) f5 &= ~(RF5_DRAIN_MANA); + /* Check for a clean bolt shot */ if (((f4 & RF4_BOLT_MASK) || (f5 & RF5_BOLT_MASK) || -- 2.11.0