From 2c1d8e33cd8134ecb6084f5b40931f50bf3706a7 Mon Sep 17 00:00:00 2001 From: Julia Butenhoff Date: Mon, 11 Apr 2022 13:51:09 -0500 Subject: [PATCH] Reduced Weather Wheel Spin Timer --- Assets/Scripts/UI/WeatherWheel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;