public void PowerUp() { if (!isPowered) { if (PowerSource.DrawPower(requiredPower)) { isPowered = true; } } }