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

Change: Tank Nuke Cannon and Inferno Cannon #575

Merged
merged 3 commits into from
Oct 31, 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
16 changes: 16 additions & 0 deletions Patch104pZH/GameFilesEdited/Data/INI/CommandButton.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7840,7 +7840,23 @@ CommandButton Tank_Command_ConstructChinaAirfield
DescriptLabel = CONTROLBAR:ToolTipChinaBuildAirField
End

CommandButton Tank_Command_ConstructChinaVehicleInfernoCannon ; Patch104p Jundiyy 17.10.2021 Added to allow Tank General to build it's Inferno Cannon.
Command = UNIT_BUILD
Object = Tank_ChinaVehicleInfernoCannon
TextLabel = CONTROLBAR:ConstructChinaVehicleInfernoCannon
ButtonImage = SNInferno
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipChinaBuildInfernoCannon
End

CommandButton Tank_Command_ConstructChinaVehicleNukeLauncher ; Patch104p Jundiyy 17.10.2021 Added to allow Tank General to build it's Nuke Cannon.
Command = UNIT_BUILD
Object = Tank_ChinaVehicleNukeLauncher
TextLabel = CONTROLBAR:ConstructChinaVehicleNukeLauncher
ButtonImage = SNNukeCannon
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipChinaBuildNukeLauncher
End

CommandButton Tank_Command_ConstructChinaTankDragon
Command = UNIT_BUILD
Expand Down
Loading