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