Skip to content

Commit

Permalink
Przywrocenie mozliwosci farbowania paska szytego z materialu. (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: GajuszZOrod <[email protected]>
  • Loading branch information
GajuszZOrod and GajuszZOrod authored Nov 2, 2024
1 parent b24fd88 commit 90077d5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Scripts/Items/Clothing/Waist.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 90077d5

Please sign in to comment.