mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Merge pull request #15816 from Core0verload/fcku
Fix for robotic chest removing lungs
This commit is contained in:
@@ -61,10 +61,6 @@
|
||||
if("head")
|
||||
H.organs += new /obj/item/organ/limb/robot/head(src)
|
||||
if("chest")
|
||||
for(var/obj/item/organ/internal/I in target.getorganszone(target_zone, 1))
|
||||
if(I.status == ORGAN_ORGANIC) // FLESH IS WEAK
|
||||
I.Remove(target, special = 1)
|
||||
qdel(I)
|
||||
H.organs += new /obj/item/organ/limb/robot/chest(src)
|
||||
user.drop_item()
|
||||
qdel(tool)
|
||||
|
||||
Reference in New Issue
Block a user