From a39e9187a2f9ed109cabb24c24bd8addcf34dc6c Mon Sep 17 00:00:00 2001 From: commy2 Date: Sat, 18 Sep 2021 01:00:39 +0200 Subject: [PATCH] Fix: Boss Scud Storm Cannot Upgrade Neutron Mines --- Patch104pZH/Design/Tasks/commy2_tasks.txt | 2 +- .../GameFilesEdited/Data/INI/Object/BossGeneral.ini | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Patch104pZH/Design/Tasks/commy2_tasks.txt b/Patch104pZH/Design/Tasks/commy2_tasks.txt index c2404f504..486a0bad5 100644 --- a/Patch104pZH/Design/Tasks/commy2_tasks.txt +++ b/Patch104pZH/Design/Tasks/commy2_tasks.txt @@ -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 diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini index 38bbc2f8f..895798216 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini @@ -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