]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix monkey rsi error (#16407)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sun, 14 May 2023 04:47:32 +0000 (14:47 +1000)
committerGitHub <noreply@github.com>
Sun, 14 May 2023 04:47:32 +0000 (14:47 +1000)
Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs

index 2248b86005450fbd6821508a9c434aefaf82692f..df476b28745ebafb2632a373a69e5dfd013f55ba 100644 (file)
@@ -165,7 +165,7 @@ public sealed partial class AdminVerbSystem
         {
             Text = "Monkeyify",
             Category = VerbCategory.Smite,
-            Icon = new SpriteSpecifier.Rsi(new ("/Textures/Mobs/Animals/monkey.rsi"), "dead"),
+            Icon = new SpriteSpecifier.Rsi(new ("/Textures/Mobs/Animals/monkey.rsi"), "monkey"),
             Act = () =>
             {
                 _polymorphSystem.PolymorphEntity(args.Target, "AdminMonkeySmite");