Apparently since I added an extra state to handle it not understanding there is a Planetary Scanner being used on Terra therefore the state it looks to see how many turns changed... and I missed that.
@@ -2754,7 +2754,7 @@ class ColoScript(object):
self.planets[number]['ore'] = details[5]
self.planets[number]['org'] = details[6]
self.planets[number]['equ'] = details[7]
- elif self.state == 5:
+ elif self.state == 6:
if 'turns left' in line:
work = line[19:].replace(' turns left.', '').strip()
self.turns = work