From 45c789ffd4ee0691bdf1ee77e99c7e7f03b381ad Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 14 Jan 2019 22:53:16 +0100 Subject: [PATCH] variant: gem renamed to Torbernite --- achievement.cpp | 4 ++-- classes.cpp | 4 ++-- language-cz.cpp | 6 +++--- language-pl.cpp | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/achievement.cpp b/achievement.cpp index 0cfd70b9..78e560ff 100644 --- a/achievement.cpp +++ b/achievement.cpp @@ -63,8 +63,8 @@ const char* leadernames[NUMLEADER] = { "Turquoises", // 75 "Chrysoberyls", // 76 "Tasty Jellies", // 77 - "Sphalerites", // 78 - "Shining Gems", // 79 + "Tiger's Eyes", // 78 + "Torbernites", // 79 "Meteorites", // 80 "Racing Official Track", // 81 }; diff --git a/classes.cpp b/classes.cpp index 91f148b5..862a6392 100644 --- a/classes.cpp +++ b/classes.cpp @@ -1257,8 +1257,8 @@ itemtype iinf[ittypes] = { }, { '$', 0xF0C0C0, "Meteorite", "These rocks falling from the sky have been captured to fall forever in the artificial gravity. Meteorite iron is believed to be a valuable material for magical weapons."}, - { '*', 0x30FF30, "Shining Gem", - "Gems emiting benevolent magical radiation."}, + { '*', 0x30FF30, "Torbernite", + "Crystals emiting magical radiation."}, { 'o', 0x703800, "Orb of Intensity", "When you have this, initial and maximal charge amounts of all Orbs are increased by 20%." diff --git a/language-cz.cpp b/language-cz.cpp index bea87859..63c13e0d 100644 --- a/language-cz.cpp +++ b/language-cz.cpp @@ -7762,10 +7762,10 @@ N("Mutant", GEN_M, "Mutant", "Mutanti", "Mutanta", "Mutantem") S("These guys look a bit strange, but they have no special properties.", "Tihle chlapíci vypadají trošku podivně, ale nemají žádné speciální vlastnosti.") - -N("Shining Gem", GEN_O, "Zářící drahokam", "Zářící drahokamy", "Zářící drahokam", "Zářícím drahokamem") -S("Gems emiting benevolent magical radiation.", "Drahokamy vyzařující prospěšnou magickou radiaci.") +N("Torbernite", GEN_O, "Torbernit", "Torbernity", "Torbernit", "Torbernitem") + +S("Crystals emiting magical radiation.", "Drahokamy vyzařující prospěšnou magickou radiaci.") N("fire trap", GEN_F, "ohnivá past", "ohnivé pasti", "ohnivou past", "ohnivou pastí") diff --git a/language-pl.cpp b/language-pl.cpp index 7df73e45..90821a32 100644 --- a/language-pl.cpp +++ b/language-pl.cpp @@ -7502,9 +7502,9 @@ N("Mutant", GEN_M, "Mutant", "Mutanci", "Mutanta", "Mutantem") S("These guys look a bit strange, but they have no special properties.", "Ci goście wyglądają trochę dziwnie, ale nie mają specjalnych własności.") -N("Shining Gem", GEN_O, "Świecący Klejnot", "Świecące Klejnoty", "Święcący Klejnot", "Świecącym Klejnotem") +N("Torbernite", GEN_O, "Torbernit", "Torbernity", "Torbernit", "Torbernitem") -S("Gems emiting benevolent magical radiation.", "Te klejnoty emitują dobroczynne, magiczne promieniowanie.") +S("Crystals emiting magical radiation.", "Te kryształy emitują magiczne promieniowanie.") N("fire trap", GEN_F, "ognista pułapka", "ogniste pułapki", "ognistą pułapkę", "ognistą pułapką")