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