bugfix: Halve the Drone Armor upgrade's health bonus from +50 to +25 for all USA Battle Drone variants - #180
Open
Stubbjax wants to merge 1 commit into
Conversation
…for all USA Battle Drone variants
xezon
approved these changes
Sep 6, 2026
gamezerve
added a commit
to gamezerve/Reborn-Omega
that referenced
this pull request
Sep 12, 2026
Reduce the Drone Armor health bonus for USA Battle Drone variants from +50 to +25. Match the upgrade's intended 25% health increase and description. Bring Battle Drone upgrade scaling in line with the other USA drone variants. Source: TheSuperHackers/GeneralsGamePatch2#180
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change halves the health bonus afforded to all USA Battle Drone variants via the Drone Armor upgrade from +50 to +25.
In 1.04, the Battle Drone receives a +50 health bonus on top of its 100 health, which is a +50% increase, while the other drone health bonuses are a +25% increase. Values are now consistent across all drones and match the upgrade's description of +25% and player expectations. This issue is likely a leftover from Generals where the upgrade's intended bonus was +50%.
Note
Only the vanilla and Laser variants are used in-game.
Note
The standard Super Weapon variant (
SupW_AmericaVehicleBattleDrone) already uses the correct value of +25.Before
After