Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -53,8 +53,8 @@ CONTRACT_TYPE
requiredValue = true
hidden = true
uniquenessCheck = GROUP_ACTIVE
targetVessel1 = AllVessels().Where(v => v.VesselType() == Station && v.EmptyCrewSpace()<3 && v.FreeDockingPorts()>0).SelectUnique()
title = Must have a station with less than 3 empty seats
targetVessel1 = AllVessels().Where(v => v.VesselType() == Station && v.FreeDockingPorts()>0).SelectUnique()
title = Must have a station
}
DATA
{

0 comments on commit c1d0522

Please sign in to comment.