Fixbugs (#464)
* - fix: Starting gear. * - fix: Lockers. * - tweak: Jani tweaks. * - fix: Mindswap. * - fix: Discounts. * - fix: No nuke operative component on monkey and borg. * - tweak: Ebow. * - fix: Wizard teleport. * - fix: Animals internals toggle. * - fix: Thief icon.
This commit is contained in:
@@ -117,7 +117,7 @@ public sealed partial class AdminVerbSystem
|
||||
{
|
||||
Text = Loc.GetString("admin-verb-text-make-thief"),
|
||||
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 = () =>
|
||||
{
|
||||
_thief.AdminMakeThief(args.Target, false); //Midround add pacified is bad
|
||||
|
||||
Reference in New Issue
Block a user