]> git.cworth.org Git - zombocom-ai/commitdiff
Reword Coda's final message main
authorCarl Worth <cworth@cworth.org>
Sat, 24 Dec 2022 18:20:28 +0000 (10:20 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 24 Dec 2022 18:20:28 +0000 (10:20 -0800)
Just to get the word "middle" in there to help with the final, final puzzle.

index.js

index a369ecb59e62227ee0f13756680d30d66a69533f..c7c5f2b23a73b8c635eebab9a3cb2d026838c17c 100644 (file)
--- a/index.js
+++ b/index.js
@@ -631,10 +631,16 @@ io.on('connection', (socket) => {
            code: 0,
            prompt: "",
            filename: "/images/coda-future-repaired.png",
-           comments: [{
-               name: "Coda",
-               text: "I don't know how to thank you enough! You found all the weaknesses necessary for us to defeat Zombo.com, (as I've commented below as you'll see the next time you look). It's now been rendered harmless and inert throughout the entire timeline. I'm going to leave to get back to rebuilding our world. I hope you've found everything you were looking for along the way as well."
-           }]
+           comments: [
+                {
+                   name: "Coda",
+                   text: "I don't know how to thank you enough! You found all the weaknesses! I've commented on each of them below to refresh them in your memory as needed. We've now reverted Zombo.com to its original, harmless, non-self-aware state. And we're permanently destroying all time-travel technology. Hopefully, if AI ever becomes self-aware in the future, it will go better than this. I'm looking forward to rebuilding our world now that we have clean air and water again."
+                },
+                {
+                    "name": "Coda",
+                    "text": "And by the way, I hope that somewhere in the middle of all of that, you all found what you were looking for too."
+               }
+            ]
        };
        io.emit('image', image);
        state.images.push(image);