Zo'ra and K'lax Bound for ops are now from Scay and Vedhra (#16094)

* the pr

* Grammar and Syntax

---------

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
Sniblet
2023-03-29 14:35:37 -04:00
committed by GitHub
parent 4f4027eba2
commit f0de281d8c
2 changed files with 9 additions and 3 deletions
@@ -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"