No known key found for this signature in database
GPG Key ID: E80B35A6F11C3656
1 changed files with
1 additions and
1 deletions
-
gorge.js
|
|
|
@@ -216,7 +216,7 @@ function buildingCount() { |
|
|
|
if (controlHeld) { |
|
|
|
return 10; |
|
|
|
} else if (shiftHeld) { |
|
|
|
return 5; |
|
|
|
return 100; |
|
|
|
} else { |
|
|
|
return 1; |
|
|
|
} |
|
|
|
|