소스 검색
Buy 100 with shift, not 5
tags/v0.1.0
No known key found for this signature in database
GPG 키 ID: E80B35A6F11C3656
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
gorge.js
|
|
|
@@ -216,7 +216,7 @@ function buildingCount() { |
|
|
|
if (controlHeld) { |
|
|
|
return 10; |
|
|
|
} else if (shiftHeld) { |
|
|
|
return 5; |
|
|
|
return 100; |
|
|
|
} else { |
|
|
|
return 1; |
|
|
|
} |
|
|
|
|