From 6ed56c038b1cd3eabc2ebddf5a8bddcf35a7dcaf Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 2 Oct 2024 18:19:07 +0200 Subject: [PATCH] finish up quotes --- ui/src/App.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index 5f0d898..4a5dec8 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -225,13 +225,14 @@ 'Nice job, diviner, you just predicted the future. But since we are not at Hogwarts School of Witchcraft and Wizardry, we do not believe in this subject... They do not even really', 'I see you think you have the inner eye. No magical creature can stop you from predicting the future... well except Hermione Granger yeeting the crystal ball off the table', `I believe the most likely outcome will be our collective demise. \n- Not if we strictly follow the rules of time travel. All right? It means no talking to our past selves... no betting on sporting events. \n- I'm gonna stop you right there, Scott. Are you seriously telling me that your plan to save the universe... is based on Back to the Future? Is it? \n- No. \n- Good. You had me worried there. 'Cause that would be horseshit. That's not how quantum physics works.`, - '', // Avengers: Endgame quote on Back to the future being BS + `Look, we go back, we get the stones before Thanos gets them... Thanos doesn't have the stones. Problem solved. \n- Bingo\n- That's not how it works.\n- Well that's what I heard.\n- Wait, but who? Who told you that?\n- [...] Basically, any movie that deals with time travel. This is known.\n- I don't know why everyone believes that, but that isn't true. Think about it. If you travel to the past... that past becomes your future... and your former present becomes the past... which can't now be changed by your new future\n - Exactly\n- So Back to the Future is a bunch of bullshit?`, // Avengers: Endgame quote on Back to the future being BS `Jennifer could conceivably encounter her future self! The consequences could be disastrous! \n- What do you mean?\n- I foresee two possibilities. One, seeing herself 30 years older would put her into shock, and she'd pass out... or two, the encounter could create a time paradox ...and cause a chain reaction that would unravel ...the space-time continuum and destroy the entire universe! Granted, that's a worst-case scenario. The destruction might be localized, limited to our own galaxy.`, // Back to the future quote on interacting with your future self + `Long ago, there was a vast multiversal war. Countless unique timelines battled each other for supremacy, nearly resulting in the total destruction of... well, everything. But then the all-knowing Time-Keepers emerged, bringing peace by reorganizing the multiverse into a single timeline, the Sacred Timeline. Now, the Time-Keepers protect and preserve the proper flow of time for everyone and everything. But sometimes, people like you veer off the path the Time-Keepers created. We call those Variants.`, // Loki Season 1 Episode 1 Ms. Minute quote from introduction at TVA + `Hey there! You're probably saying "This is a mistake. I shouldn't even be here." Welcome to the Time Variance Authority. I'm Miss Minutes, and it's my job to catch you up before you stand trial for your crimes.`, + `Time is relative, okay? It can stretch and it can squeeze, but... it can't run backwards. Just can't The only thing that can move across dimensions, like time, is gravity. \n Don't take that as your inspiration, as for that you'd need to fly close to the speed of light and the power required for that would exceed the amount of power humanity has created ever.`, // Some Interstellar quote on time 'You are under arrest for crimes against the Sacred Timeline', - 'Welcome to the TVA', // Loki Season 1 Episode 1 Ms. Minute quote from introduction at TVA - '', // Some Interstellar quote on time ] - alert( errors[ Math.round( Math.random() * 7 ) ] ); + alert( errors[ Math.round( Math.random() * 9 ) ] ); } } else { hasSelectedDate.value = false;