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 21, 2024
1 parent 5bfa07d commit 1723e94
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 = 20 + (((pressesSquared+1)*2)*(((pressesSquared+1)*2)-1))/2;
Expand Down

0 comments on commit 1723e94

Please sign in to comment.