First draft of station building mission
This commit is contained in:
@@ -11,9 +11,10 @@ from lib import get_contract, get_rescuee_vessel, get_body, get_connexion
|
||||
|
||||
|
||||
class MissionType(Enum):
|
||||
transport = 1
|
||||
transport_kerbal = 1
|
||||
orbit_rescue = 2
|
||||
comsat = 3
|
||||
transport_cargo = 4
|
||||
|
||||
|
||||
class MissionStatus(Enum):
|
||||
@@ -37,7 +38,7 @@ class Mission:
|
||||
|
||||
|
||||
class TransportMission(Mission):
|
||||
type = MissionType.transport
|
||||
type = MissionType.transport_kerbal
|
||||
|
||||
def __init__(self, kerbal_name, destination):
|
||||
self.kerbal_name = kerbal_name
|
||||
|
||||
Reference in New Issue
Block a user