beyond-all-reason / Beyond-All-Reason

Main game repository for Beyond All Reason.
https://www.beyondallreason.info/
Other
1.7k stars 280 forks source link

Evocom dgun hotfix #3713

Closed SethDGamre closed 5 days ago

SethDGamre commented 5 days ago

Oversight on my part. Outside of the shield rework, dgun projectiles keep moving back so long as there's shield charge means the dgun can never actually hit the cortex commander. This PR fixes that and also assigns correct bitmasks to the cortex commander.

WatchTheFort commented 5 days ago

Why 8191? That's 13 bits in the mask, do we even have that many weapon intercept types?

SethDGamre commented 5 days ago

Why 8191? That's 13 bits in the mask, do we even have that many weapon intercept types?

13 weapon types with... 10? or was it 11? default categories. This is to cover any weapon bitmask changes in the future.