From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Thu, 2 Mar 2023 06:30:35 +0000 (+1100) Subject: Fix material rsi (#14339) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3bb4dd97aa55a13e468d1e8d179817dfc2074f80;p=space-station-14.git Fix material rsi (#14339) --- diff --git a/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs b/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs index 2b7a843674..f2f9510952 100644 --- a/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs +++ b/Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs @@ -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);