The nuke must be anchored to arm. (#9898)
This commit is contained in:
@@ -106,7 +106,7 @@ namespace Content.Client.Nuke
|
||||
EjectButton.Disabled = !state.DiskInserted || state.Status == NukeStatus.ARMED;
|
||||
AnchorButton.Disabled = state.Status == NukeStatus.ARMED;
|
||||
AnchorButton.Pressed = state.IsAnchored;
|
||||
ArmButton.Disabled = !state.AllowArm;
|
||||
ArmButton.Disabled = !state.AllowArm || !state.IsAnchored;
|
||||
}
|
||||
|
||||
private string VisualizeCode(int codeLength, int maxLength)
|
||||
|
||||
Reference in New Issue
Block a user