OSDN Git Service

[Fix] スナイパーの技の説明がおかしい (英語版)
authorHabu <habu1010+github@gmail.com>
Wed, 28 Dec 2022 17:27:05 +0000 (02:27 +0900)
committerHabu <habu1010+github@gmail.com>
Wed, 28 Dec 2022 17:27:05 +0000 (02:27 +0900)
スナイパーの技の説明のリストでカンマを付け忘れているため文字列リテラルが連結してしまい、
一つ分足りなくなってしまっている。正しくカンマを付けて修正する。

src/mind/mind-sniper.cpp

index e6376a8..f19662a 100644 (file)
@@ -77,7 +77,7 @@ static concptr const snipe_tips[MAX_SNIPE_POWERS] = {
     "Shoot an arrow able to shatter rocks.",
     "Deals extra damage of ice.",
     "Shoot an arrow that pushes away the target.",
-    "Shoot an arrow that does not always stop at the first target on its path."
+    "Shoot an arrow that does not always stop at the first target on its path.",
     "Deals more damage to good monsters.",
     "Deals more damage to evil monsters.",
     "Shoot an arrow that explodes when it hits a monster.",