diff --git a/Scripts/Items/Clothing/Waist.cs b/Scripts/Items/Clothing/Waist.cs index 2d7352c3..526c1ed7 100644 --- a/Scripts/Items/Clothing/Waist.cs +++ b/Scripts/Items/Clothing/Waist.cs @@ -118,12 +118,6 @@ public WoodlandBelt( Serial serial ) : base( serial ) { } - public override bool Dye( Mobile from, DyeTub sender ) - { - from.SendLocalizedMessage( sender.FailMessage ); - return false; - } - public override bool Scissor( Mobile from, Scissors scissors ) { from.SendLocalizedMessage( 502440 ); // Scissors can not be used on that to produce anything.