We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba97260 commit fc84efbCopy full SHA for fc84efb
ShipStarbase.py
@@ -1,3 +1,4 @@
1
+import Glyphs
2
from AbsShip import AbsShip
3
4
class ShipStarbase(AbsShip):
@@ -25,5 +26,3 @@ def dock_enterprise(ship):
25
26
@staticmethod
27
def launch_enterprise(ship):
28
ship.docked = False
-
29
0 commit comments