Skip to content

Commit

Permalink
Przywrocenie mozliwosci farbowania paska szytego z materialu.
Browse files Browse the repository at this point in the history
  • Loading branch information
GajuszZOrod committed Oct 22, 2024
1 parent 98bcbd5 commit 887d9db
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 887d9db

Please sign in to comment.