Fix some eshuttle stuff (#9171)

This commit is contained in:
metalgearsloth
2022-06-26 17:11:54 +10:00
committed by GitHub
parent 1e86fbe8d6
commit 2ab4dac03a
4 changed files with 4 additions and 6 deletions

View File

@@ -29,7 +29,7 @@
<BoxContainer Name="AuthorizationsTextContainer"> <BoxContainer Name="AuthorizationsTextContainer">
<Label Text="{Loc 'emergency-shuttle-ui-authorizations'}"/> <Label Text="{Loc 'emergency-shuttle-ui-authorizations'}"/>
<Label Name="AuthorizationCount" <Label Name="AuthorizationCount"
Text="{Loc 'emergency-shuttle-ui-remaining'}" Text=""
HorizontalAlignment="Right" HorizontalAlignment="Right"
Align="Right" Align="Right"
HorizontalExpand="True"/> HorizontalExpand="True"/>

View File

@@ -15,8 +15,5 @@
- Captain - Captain
- HeadOfPersonnel - HeadOfPersonnel
- type: accessLevel
id: EmergencyShuttleLaunch
- type: accessLevel - type: accessLevel
id: EmergencyShuttleRepealAll id: EmergencyShuttleRepealAll

View File

@@ -1,6 +1,7 @@
- type: accessGroup - type: accessGroup
id: AllAccess id: AllAccess
tags: tags:
- EmergencyShuttleRepealAll
- Captain - Captain
- HeadOfPersonnel - HeadOfPersonnel
- ChiefEngineer - ChiefEngineer

View File

@@ -20,7 +20,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: access:
- [ EmergencyShuttleLaunch ] - [ Command ]
- type: EmergencyShuttleConsole - type: EmergencyShuttleConsole
- type: ActivatableUI - type: ActivatableUI
key: enum.EmergencyConsoleUiKey.Key key: enum.EmergencyConsoleUiKey.Key