[MIRROR] ss atoms update (#10736)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-25 08:18:14 +02:00
committed by GitHub
co-authored by Kashargul
parent 84fad52804
commit 6169daa735
54 changed files with 435 additions and 247 deletions
-1
View File
@@ -86,7 +86,6 @@ GLOBAL_LIST_BOILERPLATE(all_brain_organs, /obj/item/organ/internal/brain)
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/internal/brain/LateInitialize()
. = ..()
if(brainmob)
butcherable = FALSE
-1
View File
@@ -28,7 +28,6 @@
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/internal/eyes/grey/colormatch/LateInitialize()
. = ..()
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
color = H.species.blood_color
-1
View File
@@ -33,7 +33,6 @@
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/internal/heart/grey/colormatch/LateInitialize()
. = ..()
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
color = H.species.blood_color
-1
View File
@@ -49,7 +49,6 @@
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/internal/kidneys/grey/colormatch/LateInitialize()
. = ..()
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
color = H.species.blood_color
-1
View File
@@ -64,7 +64,6 @@
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/internal/liver/grey/colormatch/LateInitialize()
. = ..()
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
color = H.species.blood_color
-1
View File
@@ -64,7 +64,6 @@
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/internal/lungs/grey/colormatch/LateInitialize()
. = ..()
if(owner && ishuman(loc))
var/mob/living/carbon/human/H = loc
color = H.species.blood_color