Use Stop button on (production) buildings to reset rally point fixes #20414

This commit is contained in:
ThomasChr
2022-10-31 10:32:17 +01:00
committed by Gustas
parent ad269555d9
commit 6c348620f3
11 changed files with 68 additions and 4 deletions

View File

@@ -171,7 +171,7 @@ Container@PLAYER_WIDGETS:
DisableKeyRepeat: true
DisableKeySound: true
TooltipText: Stop
TooltipDesc: Selected units will stop their current activity.\n\nActs immediately on selected units.
TooltipDesc: Selected units will stop their current activity.\nSelected buildings will reset their rally point.\n\nActs immediately on selected targets.
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image@ICON:

View File

@@ -134,6 +134,8 @@ GAPILE:
IsPlayerPalette: false
LineWidth: 2
ForceSetType: Infantry
CommandBarBlacklist:
DisableStop: false
Exit@1:
SpawnOffset: -512,768,0
ExitCell: 1,2
@@ -228,6 +230,8 @@ GAWEAP:
IsPlayerPalette: false
LineWidth: 2
ForceSetType: Vehicle
CommandBarBlacklist:
DisableStop: false
Exit@1:
SpawnOffset: -384,-384,0
ExitCell: 3,1
@@ -303,6 +307,8 @@ GAHPAD:
IsPlayerPalette: false
LineWidth: 2
ForceSetType: Air
CommandBarBlacklist:
DisableStop: false
Production:
Produces: Air
PauseOnCondition: empdisable
@@ -369,6 +375,8 @@ GADEPT:
Palette: mouse
IsPlayerPalette: false
LineWidth: 2
CommandBarBlacklist:
DisableStop: false
WithIdleOverlay@LIGHT:
RequiresCondition: !build-incomplete
Sequence: idle-light

View File

@@ -160,6 +160,8 @@ NAHAND:
IsPlayerPalette: false
LineWidth: 2
ForceSetType: Infantry
CommandBarBlacklist:
DisableStop: false
Production:
Produces: Infantry
PauseOnCondition: empdisable
@@ -207,6 +209,8 @@ NAWEAP:
IsPlayerPalette: false
LineWidth: 2
ForceSetType: Vehicle
CommandBarBlacklist:
DisableStop: false
Exit@1:
SpawnOffset: -384,-384,0
ExitCell: 3,1
@@ -267,6 +271,8 @@ NAHPAD:
IsPlayerPalette: false
LineWidth: 2
ForceSetType: Air
CommandBarBlacklist:
DisableStop: false
Production:
Produces: Air
PauseOnCondition: empdisable