From ec82f7ed9c9cf2a7b33ebdf4e2c6665a4ebec403 Mon Sep 17 00:00:00 2001
From: Novacat <35587478+Novacat@users.noreply.github.com>
Date: Mon, 24 May 2021 15:57:26 -0400
Subject: [PATCH 1/3] Merge pull request #10395 from TheFurryFeline/patch-32
Lore Fixy
---
.../mob/living/carbon/human/species/station/station_vr.dm | 5 +++++
1 file changed, 5 insertions(+)
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 2e19258315..eedcc5a4c0 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
@@ -344,6 +344,11 @@
//CHOMPedit end
/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'
From 3d5cf4f03f04f3deed819eb36ea126c2f292deca Mon Sep 17 00:00:00 2001
From: Nadyr <41974248+Darlantanis@users.noreply.github.com>
Date: Mon, 24 May 2021 19:33:52 -0400
Subject: [PATCH 3/3] powder that makes you say yes
---
.../mob/living/carbon/human/species/station/station_vr.dm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 eedcc5a4c0..ae70a439c7 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
@@ -344,11 +344,11 @@
//CHOMPedit end
/datum/species/human
- 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 \
- worlds tumultous at best."
+ worlds tumultous at best." //CHOMPedit: blurb variable
color_mult = 1
icobase = 'icons/mob/human_races/r_human_vr.dmi'
deform = 'icons/mob/human_races/r_def_human_vr.dmi'