]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix material rsi (#14339)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Thu, 2 Mar 2023 06:30:35 +0000 (17:30 +1100)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2023 06:30:35 +0000 (17:30 +1100)
Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs

index 2b7a8436742aaaf93f558aa26ecc43aeebe06d3c..f2f95109528b6b186045e3c632b3450e0be970c4 100644 (file)
@@ -615,7 +615,7 @@ public sealed partial class AdminVerbSystem
         {
             Text = "Dust",
             Category = VerbCategory.Smite,
-            Icon = new SpriteSpecifier.Rsi(new ResourcePath("/Textures/Objects/Materials/materials"), "ash"),
+            Icon = new SpriteSpecifier.Rsi(new ResourcePath("/Textures/Objects/Materials/materials.rsi"), "ash"),
             Act = () =>
             {
                 EntityManager.QueueDeleteEntity(args.Target);