"make thief" admin action: fix missing icon (#27119)

This commit is contained in:
no
2024-04-19 07:27:36 +02:00
committed by GitHub
parent 5146853484
commit 94f296f9d6

View File

@@ -111,7 +111,7 @@ public sealed partial class AdminVerbSystem
{ {
Text = Loc.GetString("admin-verb-text-make-thief"), Text = Loc.GetString("admin-verb-text-make-thief"),
Category = VerbCategory.Antag, Category = VerbCategory.Antag,
Icon = new SpriteSpecifier.Rsi(new ResPath("/Textures/Clothing/Hands/Gloves/ihscombat.rsi"), "icon"), Icon = new SpriteSpecifier.Rsi(new ResPath("/Textures/Clothing/Hands/Gloves/Color/black.rsi"), "icon"),
Act = () => Act = () =>
{ {
_thief.AdminMakeThief(args.Target, false); //Midround add pacified is bad _thief.AdminMakeThief(args.Target, false); //Midround add pacified is bad