refactor dig
This commit is contained in:
@@ -36,20 +36,12 @@ def run():
|
||||
continue
|
||||
|
||||
if level == 3:
|
||||
plot_size = 45
|
||||
width = 30
|
||||
elif level == 5:
|
||||
plot_size = 43
|
||||
width = 28
|
||||
elif level == 7:
|
||||
plot_size = 41
|
||||
width = 26
|
||||
elif level == 9:
|
||||
plot_size = 39
|
||||
elif level == 11:
|
||||
plot_size = 37
|
||||
else:
|
||||
pass
|
||||
if level == 17:
|
||||
DIG_TIME = 1850
|
||||
|
||||
plot_size = plot_size - level
|
||||
|
||||
|
||||
|
||||
p1 = int((config.returnDiggingWindowPos2()[0] / 2) + config.returnDiggingWindowPos2()[2])
|
||||
|
||||
Reference in New Issue
Block a user