bugfix: GLA Demo Combat Bike with Demolitions upgrade now deals suicide damage when killed by Anthrax Gamma#133
Open
Stubbjax wants to merge 1 commit into
Conversation
…de damage when killed by Anthrax Gamma
xezon
approved these changes
Jul 10, 2026
|
The Pull Request is missing Rationale text. |
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.
Summary
This change fixes an issue where the GLA Demo Combat Bike would not deal suicide damage when killed by Anthrax Gamma, while it would against all other types of damage, including Anthrax Beta and Anthrax Alpha.
Details
Much of the Demo Bike's behaviour was likely copied from the Terrorist behaviour. There are various cases throughout the data where Terrorist riders needlessly have death conditions for poison damage where it does not make sense as the vehicle always explodes on destruction.
Rationale
There is no logical reason or precedent for this behaviour. The Demo Bike explodes when killed under all other circumstances after the Demolitions upgrade, and it is confusing to have one arbitrary special case where it does not.
Testing
Before
The Toxin Network remains undamaged when the Combat Bike is destroyed via the Anthrax Gamma stream
BEFORE.mp4
After
The Toxin Network is damaged when the Combat Bike is destroyed via the Anthrax Gamma stream
AFTER.mp4