Skip to content

Commit

Permalink
remove crew requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Clayell authored Jan 14, 2025
1 parent 54b1253 commit 72a0d2d
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions GameData/RP-1/Contracts/Earth Crewed Adv/Docking.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ CONTRACT_TYPE
{
name = VesselGroup
type = VesselParameterGroup
title = Dock to another spacecraft while in orbit.
title = Dock to another spacecraft while in orbit. // does not require crew because of Kosmos 186 and 188 docking autonomously in 1967
define = dockingSpacecraft
PARAMETER
Expand All @@ -126,15 +126,6 @@ CONTRACT_TYPE
title = Launch a new vessel
hideChildren = true
}
PARAMETER
{
name = HasCrew
type = HasCrew
minCrew = 1
crewOnly = true
title = Have at least 1 crewmember on board
hideChildren = true
}
PARAMETER
{
name = Orbit
Expand All @@ -152,13 +143,5 @@ CONTRACT_TYPE
hideChildren = true
completeInSequence = true
}
PARAMETER
{
name = ReturnHome
type = RP1ReturnHome
title = Return home safely
hideChildren = true
completeInSequence = true
}
}
}

0 comments on commit 72a0d2d

Please sign in to comment.