impl staff

This commit is contained in:
2022-05-07 01:54:41 +02:00
parent 7f7f221faf
commit 3f9771a0fa
3 changed files with 25 additions and 5 deletions

View File

@@ -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: