From 3d5c92fe65672cd3ab38c69a8127c20be6daa8be Mon Sep 17 00:00:00 2001 From: BB Date: Tue, 1 Mar 2022 21:02:41 +0100 Subject: [PATCH] Fixed the text of New God book --- src/Literature/Literatures.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Literature/Literatures.ts b/src/Literature/Literatures.ts index 755cd33f8..bf66b142c 100644 --- a/src/Literature/Literatures.ts +++ b/src/Literature/Literatures.ts @@ -404,8 +404,9 @@ export const Literatures: IMap = {}; "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."; + "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";