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, },