From cb6bb99318bdf6bb3ef3378ba38107b67ebc5b40 Mon Sep 17 00:00:00 2001 From: Aranclanos Date: Sat, 12 Sep 2015 15:07:29 -0300 Subject: [PATCH] Readds the chest augmentation organ to the augmentation surgery, humans won't walk around chestless anymore. --- code/modules/surgery/limb augmentation.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/surgery/limb augmentation.dm b/code/modules/surgery/limb augmentation.dm index fc8e72bdb75..7c1ad3ed04a 100644 --- a/code/modules/surgery/limb augmentation.dm +++ b/code/modules/surgery/limb augmentation.dm @@ -65,6 +65,7 @@ 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) H.update_damage_overlays(0)