impl staff
This commit is contained in:
@@ -44,9 +44,9 @@ def run():
|
||||
if level >= 28:
|
||||
break
|
||||
if level == 23:
|
||||
DIG_TIME = 850
|
||||
DIG_TIME = 800
|
||||
if level == 26:
|
||||
DIG_TIME = 1850
|
||||
DIG_TIME = 1800
|
||||
if level <= 10:
|
||||
plot_size = plot_size - 1
|
||||
elif level % 2 == 0:
|
||||
|
||||
Reference in New Issue
Block a user