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:
Kashargul
2025-04-24 00:00:57 +02:00
committed by GitHub
parent d320585510
commit e5d5b3769a
53 changed files with 431 additions and 245 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
@@ -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
-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
-1
View File
@@ -253,7 +253,6 @@
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/external/LateInitialize()
. = ..()
if(!QDELETED(src))
get_icon()
-1
View File
@@ -57,7 +57,6 @@
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/internal/mmi_holder/LateInitialize()
. = ..()
update_from_mmi()
// This sits in the brain organ slot, but is not a brain. Posibrains and dronecores aren't brains either.
-5
View File
@@ -18,7 +18,6 @@
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/internal/xenos/eggsac/grey/colormatch/LateInitialize()
. = ..()
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
color = H.species.blood_color
@@ -61,7 +60,6 @@
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/internal/xenos/plasmavessel/grey/colormatch/LateInitialize()
. = ..()
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
color = H.species.blood_color
@@ -100,7 +98,6 @@
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/internal/xenos/acidgland/grey/colormatch/LateInitialize()
. = ..()
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
color = H.species.blood_color
@@ -119,7 +116,6 @@
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/internal/xenos/hivenode/grey/colormatch/LateInitialize()
. = ..()
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
color = H.species.blood_color
@@ -143,7 +139,6 @@
return INITIALIZE_HINT_LATELOAD
/obj/item/organ/internal/xenos/resinspinner/grey/colormatch/LateInitialize()
. = ..()
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
color = H.species.blood_color