OSDN Git Service

#37786 突然変異レイシャルの火炎のブレスがボール処理になっていた不具合を修正。 / Fix that fire breath of mutational racia...
authorDeskull <desull@users.sourceforge.jp>
Mon, 22 Jan 2018 15:17:45 +0000 (00:17 +0900)
committerDeskull <desull@users.sourceforge.jp>
Mon, 22 Jan 2018 15:17:45 +0000 (00:17 +0900)
src/mutation.c

index 54694ea..19307e5 100644 (file)
@@ -2106,7 +2106,7 @@ bool mutation_power_aux(u32b power)
                        mutation_stop_mouth();
                        msg_print(_("あなたは火炎のブレスを吐いた...", "You breathe fire..."));
 
-                       fire_ball(GF_FIRE, dir, lvl * 2, 1 + (lvl / 20));
+                       fire_ball(GF_FIRE, dir, lvl * 2, -1 - (lvl / 20));
                        break;
 
                case MUT1_HYPN_GAZE: