public void ChangeShield(Shield newshield) { this.RemoveShield(); this.Armor = newshield; }
public void RemoveShield() { this.Armor = null; }