Files
Aurora.3/code/modules/projectiles
FenodyreeAv 48bd18b651 Fixes human shields (#22279)
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>
2026-04-20 11:31:58 +00:00
..
2026-01-27 08:44:49 +00:00
2026-04-20 11:31:58 +00:00