Example #1
0
    def complete(self, space_ship: Discovery) -> None:
        """Complete the mission after submitting a custom ping."""
        pings.starbase46.submit()

        # This will produce a Glean validation error.
        # Check out the SporeDrive class for more information.
        space_ship.jump("Starbase 46")
Example #2
0
 def complete(self, space_ship: Discovery) -> None:
     space_ship.jump("1234")
     space_ship.warp("abcd")
     space_ship.warp("ab")
     space_ship.jump("8000")
     space_ship.jump("20")
     space_ship.jump("200")
     space_ship.warp("home")
     space_ship.warp("4000")
     space_ship.warp("abc123")
Example #3
0
 def complete(self, space_ship: Discovery) -> None:
     space_ship.jump("2016")
     space_ship.jump("Berlin")
Example #4
0
 def complete(self, space_ship: Discovery) -> None:
     space_ship.jump("12345")
Example #5
0
 def complete(self, space_ship: Discovery) -> None:
     space_ship.warp("abc")
     space_ship.warp("de")
     space_ship.jump("12345")