OSDN Git Service

#37907 [Fix] ものまね時の光の剣のダメージが0になる不具合を修正。 / Fix damage 0 when imitator uses PHY_SPEAR.
[hengband/hengband.git] / src / cmd4.c
index 83b00f8..a466ab5 100644 (file)
@@ -426,7 +426,7 @@ errr do_cmd_write_nikki(int type, int num, cptr note)
                else if (!dun_level)
                        note_level = _("地上:", "Surface:");
                else if (q_idx && (is_fixed_quest_idx(q_idx)
-                        && !((q_idx == QUEST_OBERON) || (q_idx == QUEST_SERPENT))))
+                       && !((q_idx == QUEST_OBERON) || (q_idx == QUEST_SERPENT))))
                        note_level = _("クエスト:", "Quest:");
                else
                {