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))