From 0a04d466d516f73e5e9cae0d770085a448aaccf1 Mon Sep 17 00:00:00 2001 From: PH03be Date: Mon, 28 Jun 2021 15:55:31 +1000 Subject: [PATCH] 7.0 --- powerups.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/powerups.hpp b/powerups.hpp index 091650e..93e8d03 100644 --- a/powerups.hpp +++ b/powerups.hpp @@ -15,4 +15,8 @@ struct Powerups { int incomeMultiplier = 200; bool incomePowerupActive = false; std::string powerup1 = "Income Multiplier Powerup"; + + int payrise = 250; + std::string powerup2 = "Payrise Powerup"; + bool payrisePowerupActive = false; };