mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 09:54:28 -05:00
updated weather values
This commit is contained in:
@@ -186,8 +186,8 @@ public class PlayerStats : MonoBehaviour
|
||||
curTraction += 2;
|
||||
}
|
||||
|
||||
acc *= .5;
|
||||
curAcc *= .5;
|
||||
acc *= .5f;
|
||||
curAcc *= .5f;
|
||||
accModification = -acc;
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user