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: Demo General Combat Bike Uses Portrait Image As Button Art #278

Merged
merged 1 commit into from
Sep 10, 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 @@ -88,7 +88,7 @@ https://github.com/commy2/zerohour/issues/134 [IMPROVEMENT][NPROJECT] Air Force
https://github.com/commy2/zerohour/issues/133 [MAYBE][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/131 [IMPROVEMENT][NPROJECT] Demo General Combat Bike With Demolitions Upgrade Deals No Damage When Destroyed By Gamma Poison
https://github.com/commy2/zerohour/issues/130 [IMPROVEMENT][NPROJECT] Demo Combat Bike Uses Portrait As Button
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
https://github.com/commy2/zerohour/issues/128 [IMPROVEMENT][NPROJECT] Repair And Reinforcement Pads Reward XP When Killed
https://github.com/commy2/zerohour/issues/127 [IMPROVEMENT][NPROJECT] Aurora Alpha Fuel Air Explosion May Trigger Before Bomb Hits
Expand Down
2 changes: 1 addition & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/CommandButton.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5060,7 +5060,7 @@ CommandButton Demo_Command_ConstructGLAVehicleCombatBike
Command = UNIT_BUILD
Object = Demo_GLAVehicleCombatBike
TextLabel = CONTROLBAR:ConstructGLAVehicleCombatBike
ButtonImage = SUComBike_L
ButtonImage = SUComBike ; Patch104p @bugfix commy2 10/09/2021 Fix button using portrait image as art.
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipGLABuildCombatBikeTerrorist
End
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17011,7 +17011,7 @@ Object Demo_GLAVehicleCombatBike

; *** ART Parameters ***
SelectPortrait = SUComBike_L
ButtonImage = SUComBike_L
ButtonImage = SUComBike ; Patch104p @bugfix commy2 10/09/2021 Fix button using portrait image as art.

UpgradeCameo1 = Upgrade_GLAJunkRepair
UpgradeCameo2 = Demo_Upgrade_SuicideBomb
Expand Down