Skip to content

Commit

Permalink
7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-leong authored Jun 28, 2021
1 parent b56af24 commit 0a04d46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions powerups.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

0 comments on commit 0a04d46

Please sign in to comment.