bugfix: Toxin Terrorists no longer deal 200 bonus damage or blow each other up before Anthrax Gamma#138
Open
Stubbjax wants to merge 1 commit into
Open
Conversation
xezon
reviewed
Jul 10, 2026
| @@ -6921,7 +6921,7 @@ Weapon Chem_SuicideWeapon ; No extra damage, just lays down a damage field | |||
| End | |||
|
|
|||
| Weapon Chem_SuicideWeaponBeta ; No extra damage, just lays down a damage field | |||
There was a problem hiding this comment.
Even though EA already documented the intent, it will be good if we make clear that this intent is now implemented after 1.04 by this patch
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 fixes an issue where Toxin Terrorists would deal an additional 200 damage prior to researching Anthrax Gamma. It does not make sense that the Anthrax Gamma upgrade makes the Toxin Terrorist perform worse. Toxin Terrorists now always deal the same damage as the Stealth and Vanilla variants, regardless of Anthrax grade.
In addition, and just as importantly, Toxin Terrorists no longer blow up nearby Toxin Terrorists (or random allies) via the additional 200 damage.
Before
Only three Toxin Terrorists are required to take out a War Factory
BEFORE.mp4
The additional 200 damage can hit nearby Toxin Terrorists, which blows them up
BEFORE.mp4
The additional 200 damage randomly kills nearby allies
BEFORE.mp4
After
Four Toxin Terrorists are now required to take out a War Factory
AFTER.mp4
Toxin Terrorists no longer blow each other up
AFTER.mp4
Nearby allies are no longer randomly killed
AFTER.mp4