From c33e49c7a2a99fdcc7338444aca067f95bcb3231 Mon Sep 17 00:00:00 2001 From: Deskull Date: Wed, 6 Feb 2019 23:47:19 +0900 Subject: [PATCH] =?utf8?q?[Refactor]=20#37353=20=E3=82=B3=E3=83=A1?= =?utf8?q?=E3=83=B3=E3=83=88=E6=95=B4=E7=90=86=E3=80=82=20/=20Refactor=20c?= =?utf8?q?omments.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/spells2.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/spells2.c b/src/spells2.c index 167b730e9..d13c859a9 100644 --- a/src/spells2.c +++ b/src/spells2.c @@ -3915,10 +3915,7 @@ void ring_of_power(DIRECTION dir) case 3: { msg_print(_("あなたは強力なオーラに包み込まれた。", "You are surrounded by a powerful aura.")); - - /* Dispel monsters */ dispel_monsters(1000); - break; } @@ -3926,9 +3923,7 @@ void ring_of_power(DIRECTION dir) case 5: case 6: { - /* Mana Ball */ fire_ball(GF_MANA, dir, 600, 3); - break; } @@ -3937,9 +3932,7 @@ void ring_of_power(DIRECTION dir) case 9: case 10: { - /* Mana Bolt */ fire_bolt(GF_MANA, dir, 500); - break; } } -- 2.11.0