소스 검색

Fixed if a port is in the same sector as planet

  This will now cancel Ether Probe Launch and should continue on instead
of hanging.
david 4 년 전
부모
커밋
c2289e973e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      flexible.py

+ 3 - 0
flexible.py

@@ -2664,6 +2664,9 @@ class PlanetUpScript(object):
                 self.state = 9
         elif self.state == 9:
             log.info("prompt9 {0} : {1}".format(self.state, prompt))
+            if prompt.startswith("Please enter a destination for this probe :"):
+                # Oops, this seems to happen when the port is in the same sector as the planet we are upgrading!
+                self.queue_player.put("\r")
             if re.match(r"Command \[TL=.* \(\?=Help\)\? :", prompt):
                 # land
                 self.queue_player.put("L")