TO SQUASH: Multiplier label.
This commit is contained in:
@@ -4,6 +4,11 @@ public class YummyLightningBolt : YummyBase
|
||||
{
|
||||
protected override void ObtainedCallback(Player player)
|
||||
{
|
||||
player.barPower += 0.1f;
|
||||
player.speedBonus += 0.05f;
|
||||
|
||||
if (player.speedBonus > 1f)
|
||||
{
|
||||
player.speedBonus = 1f;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user