Skip to content

No Cosmonaut version of Crew Assignment Problem popup #381

@rnyoakum

Description

@rnyoakum

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

No one assigned

    Labels

    EnhancementA request for a game enhancement.Low PriorityNot crucial to take care of right away

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions