]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Updated an incorrect sprite in the smite menu (#33043)
authorMoomoobeef <62638182+Moomoobeef@users.noreply.github.com>
Mon, 28 Oct 2024 22:35:48 +0000 (15:35 -0700)
committerGitHub <noreply@github.com>
Mon, 28 Oct 2024 22:35:48 +0000 (23:35 +0100)
changed the synth sprite used in the icon for the instrumentify smite out for the more accurate supersynth sprite

Content.Server/Administration/Systems/AdminVerbSystem.Smites.cs

index d81699c82d0dfafdfce9757859f1805976a3c2c1..2187cbd68f39c93820a1b96846b8c697ba9517bd 100644 (file)
@@ -651,7 +651,7 @@ public sealed partial class AdminVerbSystem
         {
             Text = "admin-smite-become-mouse-name",
             Category = VerbCategory.Smite,
-            Icon = new SpriteSpecifier.Rsi(new ("/Textures/Objects/Fun/Instruments/h_synthesizer.rsi"), "icon"),
+            Icon = new SpriteSpecifier.Rsi(new ("/Textures/Objects/Fun/Instruments/h_synthesizer.rsi"), "supersynth"),
             Act = () =>
             {
                 _polymorphSystem.PolymorphEntity(args.Target, "AdminInstrumentSmite");