Update Engine.gd

This commit is contained in:
PfandBoss
2022-12-10 02:04:32 +01:00
parent 042576acff
commit d2094ff79d

View File

@@ -22,11 +22,5 @@ func interact():
#TODO: Repair Train
currentState = STATE.RUNNING
if currentStashValue == 1 and currentState == STATE.INACTIVE:
currentState = STATE.SHOOTING
#TODO: SHOOTING
currentState = STATE.INACTIVE
return