TO SQUASH: Yummy text on get.

This commit is contained in:
2026-08-27 21:51:28 -04:00
parent 67fc884bc4
commit ba1a7ba281
16 changed files with 496 additions and 71 deletions
+1 -1
View File
@@ -4,6 +4,6 @@ public class YummyKey : YummyBase
{
protected override void ObtainedCallback(Player player)
{
player.lives += 1;
player.lives += Random.Range(1, 5);
}
}