From 7e89d313e237d729ba362f946a607735846e4f38 Mon Sep 17 00:00:00 2001 From: Shegare <147345753+Shegare@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:34:51 +0300 Subject: [PATCH] fix verb make shadowling --- Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs | 2 +- Resources/Locale/ru-RU/_stories/administration/antag.ftl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Resources/Locale/ru-RU/_stories/administration/antag.ftl diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs b/Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs index f4c67b6194..b40839ceeb 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.Antags.cs @@ -157,7 +157,7 @@ private void AddAntagVerbs(GetVerbsEvent args) { Text = Loc.GetString("admin-verb-text-make-shadowling"), Category = VerbCategory.Antag, - Icon = new SpriteSpecifier.Rsi(new ResPath("Stories/Mobs/Demons/shadowling.rsi"), "shadowling"), + Icon = new SpriteSpecifier.Rsi(new ResPath("_Stories/Mobs/Demons/shadowling.rsi"), "shadowling"), Act = () => { _antag.ForceMakeAntag(targetPlayer, "Shadowling"); diff --git a/Resources/Locale/ru-RU/_stories/administration/antag.ftl b/Resources/Locale/ru-RU/_stories/administration/antag.ftl new file mode 100644 index 0000000000..4f6c720ec5 --- /dev/null +++ b/Resources/Locale/ru-RU/_stories/administration/antag.ftl @@ -0,0 +1 @@ +admin-verb-make-shadowling = Сделать цель тенеморфом.