Reduced Weather Wheel Spin Timer

This commit is contained in:
2022-04-11 13:51:09 -05:00
parent dd537fdaf5
commit 2c1d8e33cd

View File

@@ -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;