Skip to content

Traitors challenge: fix hitCount bug - #1102

Open
ywgATustcbbs wants to merge 1 commit into
ReactiveDrop:reactivedrop_betafrom
ywgATustcbbs:traitors-damage-fix
Open

Traitors challenge: fix hitCount bug#1102
ywgATustcbbs wants to merge 1 commit into
ReactiveDrop:reactivedrop_betafrom
ywgATustcbbs:traitors-damage-fix

Conversation

@ywgATustcbbs

Copy link
Copy Markdown
Contributor

This pull request makes a targeted change to the ApplyExplosionDamageToMarines function, specifically adjusting the condition for skipping marines based on the result of GetHitCount. This change will alter which marines are affected by explosion damage in the traitors challenge event.

Damage logic update:

  • In challenge_traitors_events/ongameevent_entity_killed.nut, the condition for skipping marines in explosion damage calculations was changed from hitCount <= 5 to hitCount >= 115, significantly modifying which marines are excluded from damage based on the hit count.

@ywgATustcbbs ywgATustcbbs changed the title fix hitCount bug Traitors challenge: fix hitCount bug Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant