Merge pull request #13622 from VOREStation/upstream-merge-8697

[MIRROR] Organs transfer EMPs to their contents
This commit is contained in:
Heroman3003
2022-09-11 07:02:27 +10:00
committed by CHOMPStation2
parent c05c3ea8d9
commit 713e0cc95f
2 changed files with 6 additions and 0 deletions

View File

@@ -115,6 +115,9 @@
return ..()
/obj/item/organ/external/emp_act(severity)
for(var/obj/O as anything in src.contents)
O.emp_act(severity)
if(!(robotic >= ORGAN_ROBOT))
return
var/burn_damage = 0