Skip to content

Commit

Permalink
Fix: Boss Scud Storm Cannot Upgrade Neutron Mines (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored Sep 18, 2021
1 parent 688e669 commit 21aaca9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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 [DONE][NPROJECT] Boss Natio
https://github.com/commy2/zerohour/issues/158 [DONE][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

0 comments on commit 21aaca9

Please sign in to comment.