Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fixes body collision causing a stun, despite a successful bl…
…ock. [MDB IGNORE] (#25146) * Fixes body collision causing a stun, despite a successful block. (#79824) ## About The Pull Request Puts a block check into the ``throw_impact()`` of carbon mobs. ## Why It's Good For The Game I'm touching on a lot of 'get around shields' stuns, and this has been a big one for the better part of a few years and potentially not even intentional. I would say it gained its largest popularity when it became weaponized with fireman carrying. Despite seemingly rolling to block, blocking a body hitting you doesn't actually do anything at all. This reminds me a bit of energy bolas. So I fixed it? I think, there might be a better fix, I'm just replicating code present in xenomorph tackles. This shit sucks, please recommend a better fix if you know it. ## Changelog :cl: fix: When you successfully block a body collision, it does something rather than nothing at all. /:cl: * Fixes body collision causing a stun, despite a successful block. --------- Co-authored-by: necromanceranne <[email protected]>
- Loading branch information