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: Boss Scud Storm Cannot Upgrade Neutron Mines #380

Merged
merged 1 commit into from
Sep 18, 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 @@ -63,7 +63,7 @@ https://github.com/commy2/zerohour/issues/159 [IMPROVEMENT][NPROJECT] Boss Natio
https://github.com/commy2/zerohour/issues/158 [IMPROVEMENT][NPROJECT] Boss Patriot Battery Has Unique Stop Button Position
https://github.com/commy2/zerohour/issues/157 [MAYBE][NPROJECT] Boss General Has Strange Selection Of Available Upgrades
https://github.com/commy2/zerohour/issues/156 [IMPROVEMENT][NPROJECT] Some Boss Infantry Units Lack Chemical Suits Upgrade Icon
https://github.com/commy2/zerohour/issues/155 [IMPROVEMENT][NPROJECT] Boss General Scud Storm Cannot Upgrade Neutron Mines
https://github.com/commy2/zerohour/issues/155 [DONE][NPROJECT] Boss General Scud Storm Cannot Upgrade Neutron Mines
https://github.com/commy2/zerohour/issues/154 [DONE][NPROJECT] Fake Command Centers Lose Sub-Faction Decal After Fortified Structures Upgrade
https://github.com/commy2/zerohour/issues/153 [DONE][NPROJECT] Base Defense Scaffolds Set Off Demo Traps
https://github.com/commy2/zerohour/issues/152 [DONE] Aurora And Carpet Bomb Model Is Extremely Low Poly
Expand Down
7 changes: 7 additions & 0 deletions Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6665,6 +6665,13 @@ Object Boss_ScudStorm
; nothing
End

; @bugfix commy2 18/09/2021 Fix building lacks button to upgrade Neutron Mines.

Behavior = CommandSetUpgrade ModuleTag_25
CommandSet = Boss_GLAScudStormCommandSetUpgrade
TriggeredBy = Upgrade_ChinaMines
End

Behavior = ArmorUpgrade ModuleTag_26
TriggeredBy = Upgrade_ChinaEMPMines
End
Expand Down