mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #13622 from VOREStation/upstream-merge-8697
[MIRROR] Organs transfer EMPs to their contents
This commit is contained in:
committed by
CHOMPStation2
parent
c05c3ea8d9
commit
713e0cc95f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user