Summary (required)

This commit is contained in:
Arthur
2022-12-10 03:02:44 +01:00
parent 359c3cf1f1
commit 2a46b39a4d
3 changed files with 4 additions and 5 deletions

View File

@@ -17,7 +17,6 @@ func interact():
currentStashValue += 10
if currentStashValue > maxStashValue:
currentStashValue = maxStashValue
return
#TODO: Repair Train
currentState = STATE.RUNNING