From 229f8c37d1a0065035f21283fb60b9fc37804de2 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Sun, 23 May 2021 14:39:10 -0400 Subject: [PATCH 1/2] Lore Fixy --- .../modules/mob/living/carbon/human/species/station/station.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index 75ddf45a3c6..b9d526a092f 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -3,7 +3,8 @@ name_plural = "Humans" primitive_form = SPECIES_MONKEY unarmed_types = list(/datum/unarmed_attack/stomp, /datum/unarmed_attack/kick, /datum/unarmed_attack/punch, /datum/unarmed_attack/bite) - blurb = "Humanity originated in the Sol system, and over the last five centuries has spread \ + // VOREStation Edit - Virgo-specific Lore adjustment + blurb = "Humanity originated in the Sol system, and over the last three centuries has spread \ colonies across a wide swathe of space. They hold a wide range of forms and creeds.

\ While the central Sol government maintains control of its far-flung people, powerful corporate \ interests, rampant cyber and bio-augmentation and secretive factions make life on most human \ From f4a05446e76f0570a5c8c95f6196900c4b8d7d0c Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Sun, 23 May 2021 14:50:52 -0400 Subject: [PATCH 2/2] Requested Override --- .../mob/living/carbon/human/species/station/station.dm | 3 +-- .../mob/living/carbon/human/species/station/station_vr.dm | 5 +++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index b9d526a092f..75ddf45a3c6 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -3,8 +3,7 @@ name_plural = "Humans" primitive_form = SPECIES_MONKEY unarmed_types = list(/datum/unarmed_attack/stomp, /datum/unarmed_attack/kick, /datum/unarmed_attack/punch, /datum/unarmed_attack/bite) - // VOREStation Edit - Virgo-specific Lore adjustment - blurb = "Humanity originated in the Sol system, and over the last three centuries has spread \ + blurb = "Humanity originated in the Sol system, and over the last five centuries has spread \ colonies across a wide swathe of space. They hold a wide range of forms and creeds.

\ While the central Sol government maintains control of its far-flung people, powerful corporate \ interests, rampant cyber and bio-augmentation and secretive factions make life on most human \ diff --git a/code/modules/mob/living/carbon/human/species/station/station_vr.dm b/code/modules/mob/living/carbon/human/species/station/station_vr.dm index 82527c040f4..240e557fa9e 100644 --- a/code/modules/mob/living/carbon/human/species/station/station_vr.dm +++ b/code/modules/mob/living/carbon/human/species/station/station_vr.dm @@ -308,6 +308,11 @@ wikilink="https://wiki.vore-station.net/Diona" /datum/species/human + blurb = "Humanity originated in the Sol system, and over the last three centuries has spread \ + colonies across a wide swathe of space. They hold a wide range of forms and creeds.

\ + While the central Sol government maintains control of its far-flung people, powerful corporate \ + interests, rampant cyber and bio-augmentation and secretive factions make life on most human \ + worlds tumultous at best." color_mult = 1 icobase = 'icons/mob/human_races/r_human_vr.dmi' deform = 'icons/mob/human_races/r_def_human_vr.dmi'