From 7a5f0100a6f675f2cbc13917f51dc22d4a6ac913 Mon Sep 17 00:00:00 2001 From: DrGoldFish1 Date: Mon, 12 Jan 2026 01:36:37 +0100 Subject: [PATCH 1/2] Fix: Remove suicide Upgrade icon from the GLA Demo BombTruck The GLA Demo Bomb Truck has the suicide upgrade icon, but has no benefit from the upgrade. So we remove the Upgrade icon from the Bomb Truck. --- Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini index 14ee83c4e..e52aa5742 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini @@ -20119,10 +20119,12 @@ Object Demo_GLAVehicleBombTruck ButtonImage = SUBombTruck ; Patch104p @bugfix commy2 13/09/2021 Rearrange upgrade icons for consistency with other units. + ; Patch104p @bugfix DrGoldFish 12/01/2026 Suicide ability icon removed from the bombtruck, this upgrade does not benefit the bombtruck. UpgradeCameo1 = Upgrade_GLABombTruckHighExplosiveBomb ;UpgradeCameo2 = Upgrade_GLABombTruckBioBomb UpgradeCameo3 = Demo_Upgrade_SuicideBomb + ;UpgradeCameo3 = Demo_Upgrade_SuicideBomb UpgradeCameo4 = Upgrade_GLAJunkRepair ;UpgradeCameo5 = NONE From 308fcb15745a4bf6164671781377db2365949bfa Mon Sep 17 00:00:00 2001 From: DrGoldFish1 Date: Mon, 12 Jan 2026 01:47:34 +0100 Subject: [PATCH 2/2] Fix: Remove suicide Upgrade icon from the GLA Demo BombTruck The GLA Demo Bomb Truck has the suicide upgrade icon, but has no benefit from the upgrade. So we remove the Upgrade icon from the Bomb Truck. --- Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini b/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini index e52aa5742..53d02cfe3 100644 --- a/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini +++ b/Patch104pZH/GameFilesEdited/Data/INI/Object/DemoGeneral.ini @@ -20123,7 +20123,6 @@ Object Demo_GLAVehicleBombTruck UpgradeCameo1 = Upgrade_GLABombTruckHighExplosiveBomb ;UpgradeCameo2 = Upgrade_GLABombTruckBioBomb - UpgradeCameo3 = Demo_Upgrade_SuicideBomb ;UpgradeCameo3 = Demo_Upgrade_SuicideBomb UpgradeCameo4 = Upgrade_GLAJunkRepair ;UpgradeCameo5 = NONE