-
Notifications
You must be signed in to change notification settings - Fork 21
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: Anthrax Beta And Gamma Upgrade Icons Missing From Many Objects #355
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16277,11 +16277,13 @@ Object Demo_GLATankScorpion | |
SelectPortrait = SUScorpion_L | ||
ButtonImage = SUScorpion | ||
|
||
; Patch104p @bugfix commy2 13/09/2021 Rearrange upgrade icons for consistency with other units. | ||
|
||
UpgradeCameo1 = Upgrade_GLAScorpionRocket | ||
UpgradeCameo2 = Upgrade_GLAAPRockets | ||
UpgradeCameo3 = Upgrade_GLAJunkRepair | ||
UpgradeCameo4 = Demo_Upgrade_SuicideBomb | ||
;UpgradeCameo5 = NONE | ||
;UpgradeCameo3 = Upgrade_GLAToxinShells | ||
UpgradeCameo4 = Demo_Upgrade_SuicideBomb ;Upgrade_GLAAnthraxBeta | ||
UpgradeCameo5 = Upgrade_GLAJunkRepair | ||
|
||
Draw = W3DTankDraw ModuleTag_01 | ||
OkToChangeModelColor = Yes | ||
|
@@ -18181,9 +18183,11 @@ Object Demo_GLAVehicleToxinTruck | |
SelectPortrait = SUToxinTractor_L | ||
ButtonImage = SUToxinTractor | ||
|
||
UpgradeCameo1 = Upgrade_GLAJunkRepair | ||
UpgradeCameo2 = Demo_Upgrade_SuicideBomb | ||
;UpgradeCameo3 = NONE | ||
; Patch104p @bugfix commy2 13/09/2021 Add missing upgrade icon for Anthrax Beta. | ||
|
||
UpgradeCameo1 = Upgrade_GLAAnthraxBeta | ||
UpgradeCameo2 = Upgrade_GLAJunkRepair | ||
UpgradeCameo3 = Demo_Upgrade_SuicideBomb | ||
;UpgradeCameo4 = NONE | ||
;UpgradeCameo5 = NONE | ||
|
||
|
@@ -18642,10 +18646,12 @@ Object Demo_GLAVehicleBombTruck | |
SelectPortrait = SUBombTruck_L | ||
ButtonImage = SUBombTruck | ||
|
||
; Patch104p @bugfix commy2 13/09/2021 Rearrange upgrade icons for consistency with other units. | ||
|
||
UpgradeCameo1 = Upgrade_GLABombTruckHighExplosiveBomb | ||
UpgradeCameo2 = Upgrade_GLAJunkRepair | ||
;UpgradeCameo2 = Upgrade_GLABombTruckBioBomb | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Now cameo 2 is empty. Is that intended? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah. Bio Bomb is there for the other sub-factions. This signals: No Bio-Bomb for Demo. Same for: No HE-Bomb for Tox (also empty spot). |
||
UpgradeCameo3 = Demo_Upgrade_SuicideBomb | ||
;UpgradeCameo4 = NONE | ||
UpgradeCameo4 = Upgrade_GLAJunkRepair | ||
;UpgradeCameo5 = NONE | ||
|
||
|
||
|
@@ -20240,10 +20246,12 @@ Object Demo_GLATankMarauder | |
SelectPortrait = SUMarauder_L | ||
ButtonImage = SUMarauder | ||
|
||
UpgradeCameo1 = Upgrade_GLAJunkRepair | ||
UpgradeCameo2 = Demo_Upgrade_SuicideBomb | ||
;UpgradeCameo3 = NONE | ||
;UpgradeCameo4 = NONE | ||
; Patch104p @bugfix commy2 13/09/2021 Rearrange upgrade icons for consistency with other units. | ||
|
||
;UpgradeCameo1 = Upgrade_GLAToxinShells | ||
;UpgradeCameo2 = Upgrade_GLAAnthraxBeta | ||
UpgradeCameo3 = Upgrade_GLAJunkRepair | ||
UpgradeCameo4 = Demo_Upgrade_SuicideBomb | ||
;UpgradeCameo5 = NONE | ||
|
||
Draw = W3DTankDraw ModuleTag_01 | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This order looks different to
Demo_GLATankScorpion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, but the logic here is: vanilla Tractor icons + Suicide on the next free slot.