diff --git a/Assets/Scripts/CustomGamePlayer.cs b/Assets/Scripts/CustomGamePlayer.cs index 7c83fcd..28ca58f 100644 --- a/Assets/Scripts/CustomGamePlayer.cs +++ b/Assets/Scripts/CustomGamePlayer.cs @@ -840,7 +840,7 @@ public class CustomGamePlayer : MonoBehaviour speedyLeft = 0f; antiLeft = 0f; goldenLeft = 10f; - UpdateStats(0); + UpdateStats(4); } void DoNothingBerry(GameObject berry) diff --git a/Assets/Scripts/GamePlayer.cs b/Assets/Scripts/GamePlayer.cs index f1c08f7..d2f08d8 100644 --- a/Assets/Scripts/GamePlayer.cs +++ b/Assets/Scripts/GamePlayer.cs @@ -870,6 +870,6 @@ public class GamePlayer : MonoBehaviour speedyLeft = 0f; antiLeft = 0f; goldenLeft = 10f; - UpdateStats(0, 0); + UpdateStats(4, 0); } } \ No newline at end of file