Browse Source

Buy 100 with shift, not 5

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

+ 1
- 1
gorge.js View File

@@ -216,7 +216,7 @@ function buildingCount() {
if (controlHeld) {
return 10;
} else if (shiftHeld) {
return 5;
return 100;
} else {
return 1;
}


Loading…
Cancel
Save