Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Source/Crew/CrewHandler.cs
Original file line number Diff line number Diff line change
@@ -494,7 +494,7 @@ public void AddExpiration(TrainingExpiration e)
{
expireTimes.Add(e);
}

#endregion

#region Methods
@@ -877,7 +877,10 @@ protected void GenerateCourseMission(AvailablePart ap)

protected void onPartPurchased(AvailablePart ap)
{
AddPartCourses(ap);
if (ap.partPrefab.CrewCapacity > 0)
{
AddPartCourses(ap);
}
}

protected string GetPrettyCourseName(string str)

0 comments on commit a1d3a4a

Please sign in to comment.