Add Golden Berry

This commit is contained in:
2026-02-11 13:08:56 -07:00
parent 14f665b917
commit 1912822e63
7 changed files with 693 additions and 30 deletions

View File

@@ -9,6 +9,7 @@ public class CustomGameTempData : MonoBehaviour
public float speedyBerryChance;
public float randomBerryChance;
public float antiBerryChance;
public float goldenBerryChance;
public float nothingBerryChance;
void Awake()