diff --git a/code/modules/mob/living/carbon/human/human_species.dm b/code/modules/mob/living/carbon/human/human_species.dm index 372c925d5bc..4a7472173bc 100644 --- a/code/modules/mob/living/carbon/human/human_species.dm +++ b/code/modules/mob/living/carbon/human/human_species.dm @@ -74,11 +74,11 @@ INITIALIZE_IMMEDIATE(/mob/living/carbon/human/dummy/mannequin) var/list/hive = splittext(name, " ") switch(hive[length(hive)]) if("K'lax") - change_skin_color(33, 63, 33) + change_skin_color(20, 170, 20) // Vedhra does bioresearch. if("C'thur") - change_skin_color(10, 35, 55) + change_skin_color(10, 35, 55) // Vytel tolerates the SCC the most. if("Zo'ra") - change_skin_color(111, 21, 21) + change_skin_color(71 ,11, 51) // Scay does bioresearch. /mob/living/carbon/human/type_b/Initialize(mapload) h_style = "Classic Antennae" diff --git a/html/changelogs/sniblet-bound_donors.yml b/html/changelogs/sniblet-bound_donors.yml new file mode 100644 index 00000000000..f28fa188ff9 --- /dev/null +++ b/html/changelogs/sniblet-bound_donors.yml @@ -0,0 +1,6 @@ +author: Sniblet + +delete-after: True + +changes: + - tweak: "Instead of Zoleth and Vetju, Scay and Vedhra are the new Bound donors for Horizon biological testing. This means the bugs you buy come in new colors."