clean up Luna's chat
This commit is contained in:
parent
9f968e2aa1
commit
9a76d77fdd
|
@ -675,7 +675,7 @@
|
|||
- Got it. Anyway, what's up?
|
||||
- No.:
|
||||
- Got it. Anyway, what's up?
|
||||
- goto: mainnode
|
||||
- goto: entrypoint
|
||||
- Oh hey you! Need an oxygen refill?
|
||||
- Yes, please!:
|
||||
- script: refilloxygen 1
|
||||
|
@ -683,7 +683,8 @@
|
|||
- No.:
|
||||
- Got it. Anyway, what's up?
|
||||
|
||||
- label: mainnode
|
||||
|
||||
- label: entrypoint
|
||||
- if: "$$quest_pizza_obtained"
|
||||
Did you order pizza by any chance?:
|
||||
- What?
|
||||
|
@ -749,7 +750,7 @@
|
|||
- The end of what?: []
|
||||
- You're nuts.:
|
||||
- A lunatic, you could say.
|
||||
- goto: mainnode
|
||||
- goto: entrypoint
|
||||
- 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?
|
||||
- nowait: true
|
||||
|
@ -781,22 +782,18 @@
|
|||
- I just *have* to do this.
|
||||
- Fascinating.:
|
||||
- Thanks for listening. I appreciate it.
|
||||
- goto: projects
|
||||
- Wow, you're edgy.:
|
||||
- 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.
|
||||
- goto: EXIT
|
||||
- Yeah, sorry for the monologue. Anything else?
|
||||
- goto: projects
|
||||
- There was something else I wanted...:
|
||||
- goto: mainnode
|
||||
- goto: entrypoint
|
||||
- Bye.:
|
||||
- goto: bye
|
||||
- goto: timeout
|
||||
- goto: projects
|
||||
- Good luck with that!:
|
||||
- Thanks!
|
||||
- goto: mainnode
|
||||
- goto: timeout
|
||||
- goto: entrypoint
|
||||
- What brings you here?:
|
||||
- set: grateful 0
|
||||
- if $thinking:
|
||||
|
@ -812,7 +809,6 @@
|
|||
- It's in their nature, and I can't stand it.
|
||||
- I just want to get away from all this insanity...
|
||||
- Just want to tinker without anyone bothering me.
|
||||
- goto: mainnode
|
||||
- if: "$$ar"
|
||||
You're wearing cat ears!:
|
||||
- set: grateful 0
|
||||
|
@ -820,14 +816,15 @@
|
|||
sound: cat
|
||||
- Yes.
|
||||
- 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!:
|
||||
- set: grateful 0
|
||||
- label: bye
|
||||
- So long, drifter!
|
||||
- goto: EXIT
|
||||
- label: timeout
|
||||
- goto: mainnode
|
||||
- goto: entrypoint
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue