TO SQUASH: Yummy text on get.
This commit is contained in:
@@ -4,6 +4,6 @@ public class YummyKey : YummyBase
|
||||
{
|
||||
protected override void ObtainedCallback(Player player)
|
||||
{
|
||||
player.lives += 1;
|
||||
player.lives += Random.Range(1, 5);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user