We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad79afa commit d16c3b1Copy full SHA for d16c3b1
src/utils/DataManager.ts
@@ -43,7 +43,7 @@ const defaultStore: Store = {}
43
export default class DataManager {
44
store: Store = defaultStore
45
46
- readonly max_resin = 160
+ readonly max_resin = 200
47
readonly minutes_per_resin = 8
48
readonly baseURL = "https://hutaobot.moe/"
49
0 commit comments