branch sync
This commit is contained in:
parent
24490dff69
commit
e32d3368af
4 changed files with 44 additions and 17 deletions
|
|
@ -107,6 +107,16 @@ namespace Server.Items
|
|||
//On OSI it says it's exceptional. Intentional difference.
|
||||
}
|
||||
|
||||
public override void OnSingleClick( Mobile from )
|
||||
{
|
||||
if ( Deleted || !from.CanSee( this ) )
|
||||
return;
|
||||
|
||||
this.LabelTo( from, 1061133, String.Format( "{0}\t{1}", GetSkillTitle( m_SkillLevel ).ToString(), RepairSkillInfo.GetInfo( m_Skill ).Name ) ); // A repair service contract from ~1_SKILL_TITLE~ ~2_SKILL_NAME~.
|
||||
|
||||
if( m_Crafter != null )
|
||||
this.LabelTo( from, 1050043, m_Crafter.Name ); // crafted by ~1_NAME~
|
||||
}
|
||||
|
||||
[Constructable]
|
||||
public RepairDeed() : this( RepairSkillType.Smithing, 100.0, null, true )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue