Adjusted Glider Slightly

This commit is contained in:
Melby
2022-05-01 14:47:08 -05:00
parent 36d9c98a2b
commit e109cedfe4
4 changed files with 5 additions and 5 deletions

View File

@@ -226,7 +226,7 @@ public class PlayerStats : MonoBehaviour
case Weather.Rain:{
Debug.Log("Rain");
tractionModification = .5f;
tractionModification = .3f;
traction *= tractionModification;
curTraction *= tractionModification;