mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-28 16:23:39 +01:00
48bd18b651
Fixes #22107, human shields not working. The code that handled humans shields got removed in the projectile refactor, this restores it exactly as it was. - If you are facing the shooter, with someone in a neck grab, the shots will hit your hostage. - Point blank shots will ignore the hostage. - Piercing shots can go through the hostage and hit you. I think here or Collide is the best place for this check to happen. I tried placing it further down the chain, but couldn't get it working without much bigger changes. https://github.com/user-attachments/assets/f79a62d4-f7f3-450f-8a83-51e7133c063b --------- Signed-off-by: FenodyreeAv <fenodyree.av@gmail.com> Co-authored-by: VMSolidus <evilexecutive@gmail.com>