Make golden berry give you 4 points
This commit is contained in:
@@ -840,7 +840,7 @@ public class CustomGamePlayer : MonoBehaviour
|
|||||||
speedyLeft = 0f;
|
speedyLeft = 0f;
|
||||||
antiLeft = 0f;
|
antiLeft = 0f;
|
||||||
goldenLeft = 10f;
|
goldenLeft = 10f;
|
||||||
UpdateStats(0);
|
UpdateStats(4);
|
||||||
}
|
}
|
||||||
|
|
||||||
void DoNothingBerry(GameObject berry)
|
void DoNothingBerry(GameObject berry)
|
||||||
|
|||||||
@@ -870,6 +870,6 @@ public class GamePlayer : MonoBehaviour
|
|||||||
speedyLeft = 0f;
|
speedyLeft = 0f;
|
||||||
antiLeft = 0f;
|
antiLeft = 0f;
|
||||||
goldenLeft = 10f;
|
goldenLeft = 10f;
|
||||||
UpdateStats(0, 0);
|
UpdateStats(4, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user