diff --git a/src/Literature/Literatures.ts b/src/Literature/Literatures.ts index fb076e566..81a27b554 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";