From 4a5d991855940b976c20b300154d96d687e6d7de Mon Sep 17 00:00:00 2001 From: mogami Date: Fri, 29 Nov 2002 10:29:20 +0000 Subject: [PATCH] =?utf8?q?=E9=9D=92=E9=AD=94=E9=81=93=E5=B8=AB=E3=81=AE?= =?utf8?q?=E5=AD=A6=E7=BF=92=E7=8A=B6=E6=85=8B=E3=81=AF=E6=B7=B7=E4=B9=B1?= =?utf8?q?=E3=81=99=E3=82=8B=E3=81=A8=E8=87=AA=E5=8B=95=E8=A7=A3=E9=99=A4?= =?utf8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/effects.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/effects.c b/src/effects.c index d010597c2..8d21baf6e 100644 --- a/src/effects.c +++ b/src/effects.c @@ -420,6 +420,18 @@ msg_print(" msg_print("You are confused!"); #endif + if (p_ptr->action == ACTION_LEARN) + { +#ifdef JP + msg_print("³Ø½¬¤¬Â³¤±¤é¤ì¤Ê¤¤¡ª"); +#else + msg_print("You cannot continue Learning!"); +#endif + new_mane = FALSE; + + p_ptr->redraw |= (PR_STATE); + p_ptr->action = ACTION_NONE; + } if (p_ptr->action == ACTION_KAMAE) { #ifdef JP -- 2.11.0