private void TurnShieldOff() { hc.Health -= ShowCurrentHpOfShield(); hc.DecreaseMaxHealthBy(shieldHp); }