Files
Aurora.3/code/game/objects
Matt Atlas b9afbeb674 Fixes energy shields and energy swords blocking everything regardless of block chance. (#21278)
1. When a human is hit by a bullet, check_shields() is called. If a
value different from BULLET_ACT_HIT is returned, the shield will void
the bullet.
2. In turn, check_shield() calls handle_shield() on the held shield.
3. whoever coded this shit forgot to add a default return value so the
held shield returns null when it fails to block meaning that the game
voids the bullet lol

Co-authored-by: Matt Atlas <liermattia@gmail.com>
2025-08-30 22:11:46 +00:00
..
2025-08-01 19:51:44 +00:00
2025-08-28 22:14:20 +00:00
2025-08-16 22:00:12 +00:00
2025-08-11 15:12:56 +00:00