From 530906f85725d5bf9af4793b7ea4ff059f9b0b2a Mon Sep 17 00:00:00 2001 From: lord-papirus Date: Sun, 15 Dec 2024 02:08:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B8=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20"Limp=D1=91"=20=D0=B2=20?= =?UTF-8?q?"=D0=9B=D0=B8=D0=BC=D0=BF=D1=8D"=20=C2=B7=20Issue=20#1839=20?= =?UTF-8?q?=C2=B7=20lord-server/lord=20(#1847)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mods/lord/Tools/lord_potions/locale/lord_potions.en.tr | 2 +- mods/lord/Tools/lord_potions/locale/lord_potions.ru.tr | 2 +- .../lord/Tools/lord_potions/src/lord_potions/config/potions.lua | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/lord/Tools/lord_potions/locale/lord_potions.en.tr b/mods/lord/Tools/lord_potions/locale/lord_potions.en.tr index 3ddf45695..523f31e72 100644 --- a/mods/lord/Tools/lord_potions/locale/lord_potions.en.tr +++ b/mods/lord/Tools/lord_potions/locale/lord_potions.en.tr @@ -48,7 +48,7 @@ A dark potion that binds the body=A dark potion that binds the body It weighs down your legs, making jumping impossible.=Утяжеляет ноги, делая прыжки невозможными. -Limpë=Limpë +Limpe=Limpe Sacred drink, crafted from the dew of Telperion and Laurelin,=Sacred drink, crafted from the dew of Telperion and Laurelin, grants ability to hold their breath.= grants ability to hold their breath. Legends say it was first gifted to the Elves by Ulmo, the Lord of Waters.=Legends say it was first gifted to the Elves by Ulmo, the Lord of Waters. diff --git a/mods/lord/Tools/lord_potions/locale/lord_potions.ru.tr b/mods/lord/Tools/lord_potions/locale/lord_potions.ru.tr index 70a53c4a7..27f0aa306 100644 --- a/mods/lord/Tools/lord_potions/locale/lord_potions.ru.tr +++ b/mods/lord/Tools/lord_potions/locale/lord_potions.ru.tr @@ -48,7 +48,7 @@ A dark potion that binds the body=Мрачное зелье, сковывающ It weighs down your legs, making jumping impossible.=Утяжеляет ноги, делая прыжки невозможными. -Limpë=Limpë +Limpe=Лимпэ Sacred drink, crafted from the dew of Telperion and Laurelin,=Cвященный напиток, созданный из капель росы Телпериона и Лаурелина, grants ability to hold their breath.= наделяет способностью задерживать дыхание. Legends say it was first gifted to the Elves by Ulmo, the Lord of Waters.=Легенды говорят, что его впервые даровал эльфам Улмо, Владыка Вод. diff --git a/mods/lord/Tools/lord_potions/src/lord_potions/config/potions.lua b/mods/lord/Tools/lord_potions/src/lord_potions/config/potions.lua index c6bba902d..8307f8602 100644 --- a/mods/lord/Tools/lord_potions/src/lord_potions/config/potions.lua +++ b/mods/lord/Tools/lord_potions/src/lord_potions/config/potions.lua @@ -129,7 +129,7 @@ local config = { -- BREATH { - item_name = 'lord_potions:limpe', title = S('Limpë'), color = '#0ff', + item_name = 'lord_potions:limpe', title = S('Limpe'), color = '#0ff', effect = lord_effects.BREATH, powers = { ['+1'] = { duration = 60, },