mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-09-07 01:45:17 -05:00
Adjusted Glider Slightly
This commit is contained in:
@@ -226,7 +226,7 @@ public class PlayerStats : MonoBehaviour
|
||||
case Weather.Rain:{
|
||||
Debug.Log("Rain");
|
||||
|
||||
tractionModification = .5f;
|
||||
tractionModification = .3f;
|
||||
traction *= tractionModification;
|
||||
curTraction *= tractionModification;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user