#W# Tweaked instrument delay.

This commit is contained in:
WarrentyExpired 2026-07-21 08:11:24 -04:00
parent 342e4ad940
commit 44b5c66573

View file

@ -546,7 +546,7 @@ namespace Server.Items
{
private Mobile m_From;
public InternalTimer( Mobile from ) : base( TimeSpan.FromSeconds( 6.0 ) )
public InternalTimer( Mobile from ) : base( TimeSpan.FromSeconds( 2.0 ) )
{
m_From = from;
Priority = TimerPriority.TwoFiftyMS;
@ -571,4 +571,4 @@ namespace Server.Items
#endregion
}
}
}