Merge pull request #14544 from Heroman3003/runtime-fixes-1

Fixes 2 runtimes
This commit is contained in:
Heroman3003
2023-02-25 13:01:55 +10:00
committed by CHOMPStation2
parent 18b6791abf
commit 0f1ad47460
2 changed files with 2 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
/obj/effect/directional_shield/bullet_act(var/obj/item/projectile/P)
adjust_health(-P.get_structure_damage())
P.on_hit()
P.on_hit(src)
playsound(src, 'sound/effects/EMPulse.ogg', 75, 1)
// All the shields tied to their projector are one 'unit', and don't have individualized health values like most other shields.