-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
EnhancementA request for a game enhancement.A request for a game enhancement.Low PriorityNot crucial to take care of right awayNot crucial to take care of right away
Milestone
Description
When a player is planning a manned future mission and selects a capsule/orbiter program that does not have sufficient primary (or backup) flight crews available, the Crew Assignment Problem popup is launched. The popup, Help entry i107, refers explicitly to "Astronauts." It would be nice to have a corresponding version referencing "Cosmonauts."
The help entry is only referenced one time in the code, in src/game/crew.cpp, so aside from adding the Help entry this is a one-line change: Help("i107"); -> Help(plr == 0 ? "i107" : "iXXX");
Metadata
Metadata
Assignees
Labels
EnhancementA request for a game enhancement.A request for a game enhancement.Low PriorityNot crucial to take care of right awayNot crucial to take care of right away