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 = Сделать цель тенеморфом.