Skip to content

Commit 56e4a6d

Browse files
committed
Change: Use vehicle evac icon for GLA Combat Bike evacuation button (#1545)
1 parent 9fc80f2 commit 56e4a6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Patch104pZH/GameFilesEdited/Data/INI/CommandButton.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,16 +1674,16 @@ CommandButton Command_FireBaseExit
16741674
DescriptLabel = CONTROLBAR:FireBaseExit
16751675
End
16761676

1677-
CommandButton Command_ScuttleCombatBike
1677+
CommandButton Command_ScuttleCombatBike ; unload bike
16781678
Command = EVACUATE
16791679
Options = OK_FOR_MULTI_SELECT MUST_BE_STOPPED
16801680
TextLabel = CONTROLBAR:Evacuate
1681-
ButtonImage = SSEvacButton
1681+
ButtonImage = SSEmptyCrawler ; Patch104p @tweak from SSEvacButton
16821682
ButtonBorderType = SYSTEM ; Identifier for the User as to what kind of button this is
16831683
DescriptLabel = CONTROLBAR:ToolTipEvacuate
16841684
End
16851685

1686-
CommandButton Command_Evacuate
1686+
CommandButton Command_Evacuate ; unload structure
16871687
Command = EVACUATE
16881688
Options = OK_FOR_MULTI_SELECT
16891689
TextLabel = CONTROLBAR:Evacuate
@@ -1692,15 +1692,15 @@ CommandButton Command_Evacuate
16921692
DescriptLabel = CONTROLBAR:ToolTipEvacuate
16931693
End
16941694

1695-
CommandButton Command_TunnelEvacuate
1695+
CommandButton Command_TunnelEvacuate ; unload tunnel
16961696
Command = EVACUATE
16971697
TextLabel = CONTROLBAR:Evacuate
16981698
ButtonImage = SSEvacButton
16991699
ButtonBorderType = SYSTEM ; Identifier for the User as to what kind of button this is
17001700
DescriptLabel = CONTROLBAR:ToolTipEvacuate
17011701
End
17021702

1703-
CommandButton Command_EmptyCrawler
1703+
CommandButton Command_EmptyCrawler ; unload vehicle
17041704
Command = EVACUATE
17051705
Options = OK_FOR_MULTI_SELECT
17061706
TextLabel = CONTROLBAR:Evacuate
@@ -1709,7 +1709,7 @@ CommandButton Command_EmptyCrawler
17091709
DescriptLabel = CONTROLBAR:ToolTipEvacuate
17101710
End
17111711

1712-
CommandButton Command_ChinookUnload
1712+
CommandButton Command_ChinookUnload ; unload helicopter
17131713
Command = EVACUATE
17141714
Options = OK_FOR_MULTI_SELECT
17151715
TextLabel = CONTROLBAR:Evacuate

0 commit comments

Comments
 (0)