mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Adds the Vatborn lore blurb, fixes some things.
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user