updated digging times
This commit is contained in:
@@ -41,11 +41,11 @@ def run():
|
||||
continue
|
||||
dig_overlay.hide_window()
|
||||
|
||||
if level >= 40:
|
||||
if level >= 28:
|
||||
break
|
||||
if level == 23:
|
||||
DIG_TIME = 850
|
||||
if level == 27:
|
||||
if level == 26:
|
||||
DIG_TIME = 1850
|
||||
if level <= 10:
|
||||
plot_size = plot_size - 1
|
||||
|
||||
Reference in New Issue
Block a user