From 40cb086065e307b923a5051dc8726c471f097fa6 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 24 Dec 2022 10:20:28 -0800 Subject: [PATCH] Reword Coda's final message Just to get the word "middle" in there to help with the final, final puzzle. --- index.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index a369ecb..c7c5f2b 100644 --- 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); -- 2.43.0