only tab indentation (#17408)

* only tab indentation

* .
This commit is contained in:
Kashargul
2025-03-23 15:28:15 +01:00
committed by GitHub
parent 6e881d8336
commit 2556102719
84 changed files with 761 additions and 753 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ GLOBAL_LIST_BOILERPLATE(all_brain_organs, /obj/item/organ/internal/brain)
/obj/item/organ/internal/brain/slime/LateInitialize()
. = ..()
//Match the core to the Promethean's starting color.
//Match the core to the Promethean's starting color.
if(ishuman(loc))
var/mob/living/carbon/human/H = loc
color = rgb(min(H.r_skin + 40, 255), min(H.g_skin + 40, 255), min(H.b_skin + 40, 255))
+1 -1
View File
@@ -5,7 +5,7 @@ var/global/list/limb_icon_cache = list()
/obj/item/organ/external/proc/compile_icon()
cut_overlays()
// This is a kludge, only one icon has more than one generation of children though.
// This is a kludge, only one icon has more than one generation of children though.
for(var/obj/item/organ/external/organ in contents)
if(organ.children && organ.children.len)
for(var/obj/item/organ/external/child in organ.children)