]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fix: Correct respath for lizard smite icon (#38288)
authorPerry Fraser <perryprog@users.noreply.github.com>
Thu, 12 Jun 2025 20:37:44 +0000 (16:37 -0400)
committerGitHub <noreply@github.com>
Thu, 12 Jun 2025 20:37:44 +0000 (22:37 +0200)
Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs

index eda7149148c7380c22a91095c75bb8bf92cb79dd..1f04df23f20780ba5809748c146514fc194be285 100644 (file)
@@ -685,7 +685,7 @@ public sealed partial class AdminVerbSystem
         {
             Text = reptilianName,
             Category = VerbCategory.Smite,
-            Icon = new SpriteSpecifier.Rsi(new ("Textures/Objects/Fun/Plushies/lizard.rsi"), "icon"),
+            Icon = new SpriteSpecifier.Rsi(new ("/Textures/Objects/Fun/Plushies/lizard.rsi"), "icon"),
             Act = () =>
             {
                 _polymorphSystem.PolymorphEntity(args.Target, "AdminLizardSmite");