diff --git a/Assets/Scripts/GamePlayer.cs b/Assets/Scripts/GamePlayer.cs index b0892a2..773b358 100644 --- a/Assets/Scripts/GamePlayer.cs +++ b/Assets/Scripts/GamePlayer.cs @@ -623,6 +623,8 @@ public class GamePlayer : MonoBehaviour .Concat(GameObject.FindGameObjectsWithTag("UltraBerry")) .Concat(GameObject.FindGameObjectsWithTag("SpeedyBerry")) .Concat(GameObject.FindGameObjectsWithTag("CoinBerry")) + .Concat(GameObject.FindGameObjectsWithTag("RandomBerry")) + .Concat(GameObject.FindGameObjectsWithTag("AntiBerry")) .ToArray(); foreach (GameObject berry in allberries) {