clean up Luna's chat

This commit is contained in:
yuni 2024-11-23 04:56:23 +01:00
parent 9f968e2aa1
commit 9a76d77fdd

View file

@ -675,7 +675,7 @@
- Got it. Anyway, what's up? - Got it. Anyway, what's up?
- No.: - No.:
- Got it. Anyway, what's up? - Got it. Anyway, what's up?
- goto: mainnode - goto: entrypoint
- Oh hey you! Need an oxygen refill? - Oh hey you! Need an oxygen refill?
- Yes, please!: - Yes, please!:
- script: refilloxygen 1 - script: refilloxygen 1
@ -683,7 +683,8 @@
- No.: - No.:
- Got it. Anyway, what's up? - Got it. Anyway, what's up?
- label: mainnode
- label: entrypoint
- if: "$$quest_pizza_obtained" - if: "$$quest_pizza_obtained"
Did you order pizza by any chance?: Did you order pizza by any chance?:
- What? - What?
@ -749,7 +750,7 @@
- The end of what?: [] - The end of what?: []
- You're nuts.: - You're nuts.:
- A lunatic, you could say. - A lunatic, you could say.
- goto: mainnode - goto: entrypoint
- The end of everything. Of life, of stars, of protons themselves. - The end of everything. Of life, of stars, of protons themselves.
- You know how when you're close to the speed of light, time slows down? - You know how when you're close to the speed of light, time slows down?
- nowait: true - nowait: true
@ -781,22 +782,18 @@
- I just *have* to do this. - I just *have* to do this.
- Fascinating.: - Fascinating.:
- Thanks for listening. I appreciate it. - Thanks for listening. I appreciate it.
- goto: projects
- Wow, you're edgy.: - Wow, you're edgy.:
- And you're a rounding error. - And you're a rounding error.
- You'll be dead in a blink of the eye of the universe, when my journey will just begin. - You'll be dead in a blink of the eye of the universe, when my journey will just begin.
- goto: EXIT - goto: EXIT
- Yeah, sorry for the monologue. Anything else?
- goto: projects
- There was something else I wanted...: - There was something else I wanted...:
- goto: mainnode - goto: entrypoint
- Bye.: - Bye.:
- goto: bye - goto: bye
- goto: timeout - goto: projects
- Good luck with that!: - Good luck with that!:
- Thanks! - Thanks!
- goto: mainnode - goto: entrypoint
- goto: timeout
- What brings you here?: - What brings you here?:
- set: grateful 0 - set: grateful 0
- if $thinking: - if $thinking:
@ -812,7 +809,6 @@
- It's in their nature, and I can't stand it. - It's in their nature, and I can't stand it.
- I just want to get away from all this insanity... - I just want to get away from all this insanity...
- Just want to tinker without anyone bothering me. - Just want to tinker without anyone bothering me.
- goto: mainnode
- if: "$$ar" - if: "$$ar"
You're wearing cat ears!: You're wearing cat ears!:
- set: grateful 0 - set: grateful 0
@ -820,14 +816,15 @@
sound: cat sound: cat
- Yes. - Yes.
- But I am NOT cute. I am serious and respectable. - But I am NOT cute. I am serious and respectable.
- goto: mainnode - Can I ask you some general questions?:
- No.
- I'm a bit busy here.
- Bye!: - Bye!:
- set: grateful 0 - set: grateful 0
- label: bye - label: bye
- So long, drifter! - So long, drifter!
- goto: EXIT - goto: EXIT
- label: timeout - goto: entrypoint
- goto: mainnode
--- ---