From 36665a7954061ef87bf321ffe45376d45790a507 Mon Sep 17 00:00:00 2001 From: Dahlular Date: Mon, 4 Apr 2022 20:50:01 -0600 Subject: [PATCH] Quick fix --- hyperstation/code/obj/items/lorebooks.dm | 4 ++-- tgstation.dme | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hyperstation/code/obj/items/lorebooks.dm b/hyperstation/code/obj/items/lorebooks.dm index 700089f55..07fc09ee1 100644 --- a/hyperstation/code/obj/items/lorebooks.dm +++ b/hyperstation/code/obj/items/lorebooks.dm @@ -156,7 +156,7 @@

Chapter 4

About Layenia Station

- After reading this far in, it may become apparent that Layenia does not reflect the values of Kinaris in many ways. From the technological progress to the surroundings, it may seem like Layenia Station is far behind its time. And that’s an entirely correct notion, all thanks to the standards of Kinaris Uplifting. + After reading this far in, it may become apparent that Layenia does not reflect the values of Kinaris in many ways. From the technological progress to the surroundings, it may seem like Layenia Station is far behind its time. And that’s an entirely correct notion, all thanks to the standards of Kinaris Uplifting.

As it stands right now, Layenia Station uses a fabricated Engram to replicate that of its former employers and owners. The star was previously given to humanity prior to the first attempt at Uplifting, but it was taken back shortly after things went south, and given open borders to the Milky Way. The Engram in particular mimics a lot of Nanotrasen-esque technology, which makes Layenia Station one of the most low-tech Kinaris stations to exist out there to date!

@@ -166,7 +166,7 @@


- + "} diff --git a/tgstation.dme b/tgstation.dme index cb5a60d4d..3086ca0b9 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -884,7 +884,6 @@ #include "code\game\objects\items\inducer.dm" #include "code\game\objects\items\kitchen.dm" #include "code\game\objects\items\latexballoon.dm" -#include "code\game\objects\items\lorebooks.dm" #include "code\game\objects\items\manuals.dm" #include "code\game\objects\items\mesmetron.dm" #include "code\game\objects\items\miscellaneous.dm" @@ -3204,6 +3203,7 @@ #include "hyperstation\code\obj\sounding.dm" #include "hyperstation\code\obj\stargate_clothing.dm" #include "hyperstation\code\obj\vibrator.dm" +#include "hyperstation\code\obj\items\lorebooks.dm" #include "hyperstation\code\obj\Lambent\gloves.dm" #include "hyperstation\code\obj\Lambent\shoes.dm" #include "hyperstation\code\obj\Lambent\suit.dm"