From d20286773015c184a83d8225096372c63656abaf Mon Sep 17 00:00:00 2001 From: deathride58 Date: Fri, 17 Nov 2017 23:23:13 -0500 Subject: [PATCH] Update carbon.dm --- code/modules/mob/living/carbon/carbon.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 4959997472..ff815776f5 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -2,13 +2,10 @@ blood_volume = BLOOD_VOLUME_NORMAL /mob/living/carbon/Initialize() + . = ..() create_reagents(1000) update_body_parts() //to update the carbon's new bodyparts appearance -<<<<<<< HEAD - ..() -======= GLOB.carbon_list += src ->>>>>>> 39375d5... Replaces a bunch of mob loops with hopefully better ones (#32786) /mob/living/carbon/Destroy() //This must be done first, so the mob ghosts correctly before DNA etc is nulled