public override void OnRemoved(object parent) { base.OnRemoved(parent); if (parent is Mobile && Hue == 817) { MyrmidonSet.RemoveBonus(this); MyrmidonSet.RemoveBonus(parent as Mobile); } }
public override void OnAdded(object parent) { base.OnAdded(parent); if (parent is Mobile) { if (MyrmidonSet.FullSet(parent as Mobile)) { MyrmidonSet.ApplyBonus(parent as Mobile); } } }
public override void GetSetArmorPropertiesSecond(ObjectPropertyList list) { MyrmidonSet.GetPropertiesSecond(list, this); }