Skip to content

Commit

Permalink
Update test1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Avid-Xenoblade-Player authored Jun 20, 2024
1 parent a1d3c28 commit 0d8a189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test1.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
}
}
function morePressesAgain() {
if (pressesPer >= purchaseCostTwo) {
if (pressesPer > purchaseCostTwo) {
pressesSquared++;
pressesPer = pressesPer - purchaseCostTwo;
purchaseCostTwo = purchaseCostTwo + (pressesSquared*2);
Expand Down

0 comments on commit 0d8a189

Please sign in to comment.