OSDN Git Service

Merge pull request #2542 from backwardsEric/smith-slay-evil-animal-labels
authorHabu <habu1010+github@gmail.com>
Sat, 18 Jun 2022 15:20:52 +0000 (00:20 +0900)
committerGitHub <noreply@github.com>
Sat, 18 Jun 2022 15:20:52 +0000 (00:20 +0900)
English: swap labels for "slay evil" and "slay animal" essences; …

src/smith/smith-tables.cpp

index c981d0f..8318591 100644 (file)
@@ -163,8 +163,8 @@ const std::unordered_map<SmithEssenceType, concptr> Smith::essence_to_name = {
     { SmithEssenceType::LITE, _("永久光源", "perm. light") },
     { SmithEssenceType::NO_TELE, _("反テレポ", "no teleport") },
 
-    { SmithEssenceType::SLAY_EVIL, _("邪悪倍打", "slay animal") },
-    { SmithEssenceType::SLAY_ANIMAL, _("動物倍打", "slay evil") },
+    { SmithEssenceType::SLAY_EVIL, _("邪悪倍打", "slay evil") },
+    { SmithEssenceType::SLAY_ANIMAL, _("動物倍打", "slay animal") },
     { SmithEssenceType::SLAY_UNDEAD, _("不死倍打", "slay undead") },
     { SmithEssenceType::SLAY_DEMON, _("悪魔倍打", "slay demon") },
     { SmithEssenceType::SLAY_ORC, _("オーク倍打", "slay orc") },