TO SQUASH: Yummy text on get.
This commit is contained in:
@@ -4,6 +4,9 @@ public class YummyLaser : YummyBase
|
||||
{
|
||||
protected override void ObtainedCallback(Player player)
|
||||
{
|
||||
player.laserCount += 1;
|
||||
int awarded = Random.Range(1, 15);
|
||||
player.laserCount += awarded;
|
||||
|
||||
ShowNotification($"{awarded}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user