From 366f562c958e26b4a0561d2be6d4fabec405f601 Mon Sep 17 00:00:00 2001 From: Deskull Date: Sun, 28 May 2017 07:37:12 +0900 Subject: [PATCH] =?utf8?q?#37226=E3=80=80=E3=83=A2=E3=83=B3=E3=82=B9?= =?utf8?q?=E3=82=BF=E3=83=BC=E3=83=9C=E3=83=BC=E3=83=AB=E8=B5=B7=E5=8B=95?= =?utf8?q?=E7=9B=B4=E5=BE=8C=E3=81=AB=E3=82=A2=E3=83=B3=E3=83=89=E3=83=AD?= =?utf8?q?=E3=82=A4=E3=83=89=E3=81=AE=E7=B5=8C=E9=A8=93=E5=80=A4=E5=86=8D?= =?utf8?q?=E8=A8=88=E7=AE=97=E3=82=92=E8=BF=BD=E5=8A=A0=E3=80=82=20/=20Add?= =?utf8?q?=20calculation=20for=20android=20exp=20after=20activation=20of?= =?utf8?q?=20monster=20ball.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/cmd6.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cmd6.c b/src/cmd6.c index ea5b1a544..4d21d6b53 100644 --- a/src/cmd6.c +++ b/src/cmd6.c @@ -3909,6 +3909,7 @@ static void do_cmd_activate_aux(int item) if (!success) msg_print(_("おっと、解放に失敗した。", "Oops. You failed to release your pet.")); } + calc_android_exp(); return; } -- 2.11.0