mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Added Vat-grown Humans as a distinct subspecies for protohumans. (#17865)
* Added Vat-grown Humans as a distinct subspecies for protohumans. * Remove <br> --------- Co-authored-by: Cody Brittain <cbrittain10@live.com>
This commit is contained in:
co-authored by
Cody Brittain
parent
3ec4d292e9
commit
e70ced2648
@@ -15,6 +15,10 @@ INITIALIZE_IMMEDIATE(/mob/living/carbon/human/dummy/mannequin)
|
||||
human_mob_list -= src
|
||||
delete_inventory()
|
||||
|
||||
/mob/living/carbon/human/vatgrown/Initialize(mapload)
|
||||
. = ..(mapload, SPECIES_HUMAN_VATGROWN)
|
||||
mob_thinks = FALSE
|
||||
|
||||
/mob/living/carbon/human/skrell/Initialize(mapload)
|
||||
h_style = "Skrell Average Tentacles"
|
||||
. = ..(mapload, SPECIES_SKRELL)
|
||||
|
||||
@@ -95,3 +95,15 @@
|
||||
"You begin to have trouble standing upright.")
|
||||
|
||||
to_chat(H, "<span class='warning'>[pain_message]</span>")
|
||||
|
||||
/datum/species/human/vatgrown
|
||||
name = SPECIES_HUMAN_VATGROWN
|
||||
name_plural = "Vat-Grown Humans"
|
||||
blurb = {"The idea of \"flash-cloning\" humans has intrigued humanity for generations. Despite this and the potential for immense profits however, the corporations have stayed away from this citing ethical and moral concerns.<br>
|
||||
Yomi Genetics is the only known corporation to produce flash-cloned humans. However, due to the process used, their brains are always undeveloped beyond the brain stem. Their flash-cloned humans are reserved exclusively for medical testing and scientific and academic research.<br>
|
||||
Despite the lack of a market for fully developed adult human clones and the claimed immense investment required to make such a thing possible, extranet rumors have been floating for decades that Zeng-Hu's heavy-duty biohazard response teams are fully developed flash-cloned humans, but no evidence for this has ever been produced."}
|
||||
hide_name = FALSE
|
||||
icobase = 'icons/mob/human_races/subspecies/r_vatgrown.dmi'
|
||||
deform = 'icons/mob/human_races/subspecies/r_vatgrown.dmi'
|
||||
spawn_flags = IS_RESTRICTED
|
||||
examine_color = "#c1f961"
|
||||
|
||||
Reference in New Issue
Block a user