From 51b2175c355d18676de47b2ce912cfca70ae6e66 Mon Sep 17 00:00:00 2001 From: Kwazygloo <85138054+Kwazygloo@users.noreply.github.com> Date: Mon, 31 May 2021 20:35:30 -0400 Subject: [PATCH] Update Literatures.ts --- src/Literature/Literatures.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Literature/Literatures.ts b/src/Literature/Literatures.ts index 3ae2834cb..6c1533fd2 100644 --- a/src/Literature/Literatures.ts +++ b/src/Literature/Literatures.ts @@ -382,15 +382,15 @@ export const Literatures: IMap = {}; title = "The New God"; fn = LiteratureNames.TheNewGod; - txt = "Everyone has that moment in their life where they wonder about the bigger questions

" + - "What's the point of all of this? What is my purpose?

" + - "Some people dare to think even bigger

" + - "What will be the fate of the human race?

" + - "We live in an era vastly different from that of even 15 or 20 years ago. We have gone " + - "where no man has gone before. We have stripped ourselves of the tyranny of flesh.

" + - "The Singularity is here. The merging of man and machine. This is where humanity evolves into " + - "something greater. This is our future

" + - "Embrace it, and you will obey a new god. The God in the Machine"; + txt = "Everyone has a moment in their life when they wonder about the bigger questions.

" + + "What's the point of all this? What is my purpose?

" + + "Some people dare to think even bigger.

" + + "What will the fate of the human race be?

" + + "We live in an era vastly different from that of 15 or even 20 years ago. We have gone " + + "beyond the limits of humanity. We have stripped ourselves of the tyranny of flesh.

" + + "The Singularity is here. The merging of man and machine. This is where humanity evolves into " + "something greater. This is our future.

" + + "Embrace it, and you will obey a new god. The God in the Machine."; Literatures[fn] = new Literature(title, fn, txt); title = "The New Triads"; @@ -415,4 +415,4 @@ export const Literatures: IMap = {}; fn = LiteratureNames.TheSecretWar; txt = "" Literatures[fn] = new Literature(title, fn, txt); -})() \ No newline at end of file +})()