From 04c393a953f7e4dd9dbc8b55f23b29a1f5f6c3ef Mon Sep 17 00:00:00 2001 From: Anewbe Date: Thu, 19 Oct 2017 10:28:34 -0500 Subject: [PATCH] Adds the Vatborn lore blurb, fixes some things. --- code/modules/lore_codex/lore_data/species.dm | 4 +++- .../carbon/human/species/station/human_subspecies.dm | 2 +- code/modules/mob/new_player/sprite_accessories.dm | 12 ++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/code/modules/lore_codex/lore_data/species.dm b/code/modules/lore_codex/lore_data/species.dm index b4cbec702d..675ef30e78 100644 --- a/code/modules/lore_codex/lore_data/species.dm +++ b/code/modules/lore_codex/lore_data/species.dm @@ -137,7 +137,9 @@ /datum/lore/codex/page/vatborn/add_content() name = "Vatborn" keywords += list("vatborn") - data = "More Words" + data = "A genetically modified type of human, Vatborn humans are cloned from a template and grown in special tubes. They look like pale \ + but otherwise normal humans, but their bodies have a few internal changes. For one, they lack an appendix. On top of that, they are frequently \ + hungry, as their metabolisms are faster than standard." // Posi lore /datum/lore/codex/category/positronic/add_content() diff --git a/code/modules/mob/living/carbon/human/species/station/human_subspecies.dm b/code/modules/mob/living/carbon/human/species/station/human_subspecies.dm index 2eeae8ffa7..d8f474d9ed 100644 --- a/code/modules/mob/living/carbon/human/species/station/human_subspecies.dm +++ b/code/modules/mob/living/carbon/human/species/station/human_subspecies.dm @@ -37,7 +37,7 @@ name_plural = "Vatborn" blurb = "With cloning on the forefront of human scientific advancement, cheap mass production \ of bodies is a very real and rather ethically grey industry. Vat-grown or Vatborn humans tend to be \ - paler than baseline, with no appendix and fewer inherited genetic disabilities, but a weakened metabolism." + paler than baseline, with no appendix and fewer inherited genetic disabilities, but a more aggressive metabolism." icobase = 'icons/mob/human_races/subspecies/r_vatgrown.dmi' toxins_mod = 1.1 diff --git a/code/modules/mob/new_player/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories.dm index 184eed9852..42bc1280e2 100644 --- a/code/modules/mob/new_player/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories.dm @@ -203,12 +203,12 @@ bobcurl name = "Bobcurl" icon_state = "hair_bobcurl" - species_allowed = list("Human","Promethan","Vatborn","Unathi") + species_allowed = list("Human","Promethean","Vatborn","Unathi") bob name = "Bob" icon_state = "hair_bobcut" - species_allowed = list("Human","Promethan","Vatborn","Unathi") + species_allowed = list("Human","Promethean","Vatborn","Unathi") bobcutalt name = "Chin Length Bob" @@ -233,7 +233,7 @@ buzz name = "Buzzcut" icon_state = "hair_buzzcut" - species_allowed = list("Human","Promethan","Vatborn","Unathi") + species_allowed = list("Human","Promethean","Vatborn","Unathi") shavehair name = "Shaved Hair" @@ -338,7 +338,7 @@ mohawk name = "Mohawk" icon_state = "hair_d" - species_allowed = list("Human","Promethan","Vatborn","Unathi") + species_allowed = list("Human","Promethean","Vatborn","Unathi") jensen name = "Adam Jensen Hair" @@ -355,7 +355,7 @@ spiky name = "Spiky" icon_state = "hair_spikey" - species_allowed = list("Human","Promethan","Vatborn","Unathi") + species_allowed = list("Human","Promethean","Vatborn","Unathi") kusangi name = "Kusanagi Hair" @@ -701,7 +701,7 @@ elvis name = "Elvis Sideburns" icon_state = "facial_elvis" - species_allowed = list("Human","Promethan","Vatborn","Unathi") + species_allowed = list("Human","Promethean","Vatborn","Unathi") abe name = "Abraham Lincoln Beard"