Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,8 @@ simulated function bool OnUnrealCommand(int cmd, int arg)
{
// DEBUG: Press Tab to rank up the soldier
`if (`notdefined(FINAL_RELEASE))
case class'UIUtilities_Input'.const.FXS_KEY_TAB:
// Single line for Issue #578 - Change key from TAB to F11. Prevents custom CHL builds from promoting soldiers on TAB Keypress
case class'UIUtilities_Input'.const.FXS_KEY_F11:
History = `XCOMHISTORY;
ChangeContainer = class'XComGameStateContext_ChangeContainer'.static.CreateEmptyChangeContainer("DEBUG Unit Rank Up");
UpdateState = History.CreateNewGameState(true, ChangeContainer);
Expand Down
Loading