diff --git a/Assets/Scripts/UI/WeatherWheel.cs b/Assets/Scripts/UI/WeatherWheel.cs index 8c2b847..e2176e7 100644 --- a/Assets/Scripts/UI/WeatherWheel.cs +++ b/Assets/Scripts/UI/WeatherWheel.cs @@ -201,7 +201,7 @@ public class WeatherWheel : NetworkBehaviour { // Do the spin wheelSpeed = Random.Range(4.000f, 5.000f); - subtractSpeed = Random.Range(0.003f, 0.009f); + subtractSpeed = 0.009f; isSpinning = true; onCooldown = true;