Skip to content

Commit

Permalink
fix verb make shadowling
Browse files Browse the repository at this point in the history
  • Loading branch information
Shegare committed Dec 17, 2024
1 parent 9c2257d commit 7e89d31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private void AddAntagVerbs(GetVerbsEvent<Verb> 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<ShadowlingRuleComponent>(targetPlayer, "Shadowling");
Expand Down
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/_stories/administration/antag.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
admin-verb-make-shadowling = Сделать цель тенеморфом.

0 comments on commit 7e89d31

Please sign in to comment.