mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user