OSDN Git Service

English: swap labels for "slay evil" and "slay animal" essences; resolves https:...
authorEric Branlund <ebranlund@fastmail.com>
Thu, 16 Jun 2022 13:44:32 +0000 (07:44 -0600)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 16 Jun 2022 13:44:32 +0000 (07:44 -0600)
src/smith/smith-tables.cpp

index becc3a3..fea01ea 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") },