refactor equipemnt

fix digging overlay
This commit is contained in:
2022-05-05 21:27:38 +02:00
parent ecb3f5df9e
commit 2e97ee07b8
4 changed files with 242 additions and 202 deletions

View File

@@ -21,7 +21,7 @@ def run():
width = 32
depth = 24
plot_size = 47
plot_size = 45
DIG_TIME = 150
while True:
@@ -38,13 +38,13 @@ def run():
continue
dig_overlay.hide_window()
if level == 3:
width = 30
if level == 17:
DIG_TIME = 150
if level == 21:
DIG_TIME = 850
if level == 24:
DIG_TIME = 1850
if level % 2 == 0:
plot_size = plot_size - 1
if level % 3 == 0:
plot_size = plot_size - level