mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
ss atoms update (#17529)
* draft ss atoms update * . * . * . * low wall * do that when not asleep * late init handling * . * smes * try this
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -29,7 +29,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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user