Browse Source

Fix powerups always giving 1000 food

tags/v0.0.6
Fen Dweller 5 years ago
parent
commit
451e3fae72
No known key found for this signature in database GPG Key ID: E80B35A6F11C3656
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      gorge.js

+ 0
- 1
gorge.js View File

@@ -871,7 +871,6 @@ function doPowerup() {

powerup.popup(powerup, e);
button.classList.add("powerup-clicked");
resources.food += 1000;
clearTimeout(remove);

setTimeout(() => {


Loading…
Cancel
Save