public void RemoveArmor() { this.Armor = null; }
public void ChangeArmor(IronArmor armor) { this.Armor = armor; }