Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Raptor Has Misplaced Guard Air Button #402

Merged
merged 1 commit into from
Sep 22, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Patch104pZH/Design/Tasks/commy2_tasks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ https://github.com/commy2/zerohour/issues/136 [DONE][NPROJECT] Demo Charg
https://github.com/commy2/zerohour/issues/135 [DONE][NPROJECT] Tunnel And Palace Lack Stop Button
https://github.com/commy2/zerohour/issues/134 [IMPROVEMENT][NPROJECT] Air Force Carpet Bomber Tooltip Claims 2:30 Cooldown Instead Of True 4:00
https://github.com/commy2/zerohour/issues/133 [DONE][NPROJECT] Fire Base Command Button Order Misaligned With Other Buildings
https://github.com/commy2/zerohour/issues/132 [MAYBE][NPROJECT] Raptor Guard Air Button Misplaced
https://github.com/commy2/zerohour/issues/132 [DONE][NPROJECT] Raptor Guard Air Button Misplaced
https://github.com/commy2/zerohour/issues/131 [DONE][NPROJECT] Demo General Combat Bike With Demolitions Upgrade Deals No Damage When Destroyed By Gamma Poison
https://github.com/commy2/zerohour/issues/130 [DONE][NPROJECT] Demo Combat Bike Uses Portrait As Button
https://github.com/commy2/zerohour/issues/129 [MAYBE][NPROJECT] Selling Air Force Supply Center Does Refund Less Than Half Of Build Value
Expand Down
4 changes: 3 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/CommandSet.ini
Original file line number Diff line number Diff line change
Expand Up @@ -562,9 +562,11 @@ CommandSet AmericaVehicleTomahawkCommandSet
14 = Command_Stop
End

; @bugfix commy2 22/09/2021 Fix button position for Guard Air.

CommandSet AmericaJetRaptorCommandSet
10 = Command_GuardFlyingUnitsOnly
11 = Command_AttackMove
12 = Command_GuardFlyingUnitsOnly
13 = Command_Guard
14 = Command_Stop
End
Expand Down