refactor equipemnt
fix digging overlay
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user