From f43532c1f92dfe3f431f6a78f21215615f31d72d Mon Sep 17 00:00:00 2001 From: nothere Date: Sun, 11 May 2003 14:49:24 +0000 Subject: [PATCH] =?utf8?q?GF=5FPSI=E3=82=92=E5=BD=93=E3=81=A6=E3=81=9F?= =?utf8?q?=E6=99=82=E3=81=AB,=20=E3=83=97=E3=83=AC=E3=82=A4=E3=83=A4?= =?utf8?q?=E3=83=BC=E3=81=AB=E8=A6=96=E7=B7=9A=E3=81=8C=E9=80=9A=E3=82=89?= =?utf8?q?=E3=81=9A=E5=BD=B1=E9=9F=BF=E3=81=AE=E3=81=AA=E3=81=84=E3=81=AF?= =?utf8?q?=E3=81=9A=E3=81=AE=E3=83=A2=E3=83=B3=E3=82=B9=20=E3=82=BF?= =?utf8?q?=E3=83=BC=E3=81=8C=E8=B5=B7=E3=81=8D=E3=81=A6=E3=81=84=E3=81=9F?= =?utf8?q?=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/spells1.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/spells1.c b/src/spells1.c index 84515ad20..f0dd59e73 100644 --- a/src/spells1.c +++ b/src/spells1.c @@ -2779,13 +2779,13 @@ note_dies = " /* PSI only works if the monster can see you! -- RG */ if (!(los(m_ptr->fy, m_ptr->fx, py, px))) { - dam = 0; #ifdef JP -note = "¤Ï¤¢¤Ê¤¿¤¬¸«¤¨¤Ê¤¤¤Î¤Ç±Æ¶Á¤µ¤ì¤Ê¤¤¡ª"; + if (seen) msg_format("%s¤Ï¤¢¤Ê¤¿¤¬¸«¤¨¤Ê¤¤¤Î¤Ç±Æ¶Á¤µ¤ì¤Ê¤¤¡ª", m_name); #else - note = " can't see you, and isn't affected!"; + if (seen) msg_format("%^s can't see you, and isn't affected!", m_name); #endif - + skipped = TRUE; + break; } if (r_ptr->flags3 & (RF3_RES_ALL)) -- 2.11.0