remove unused phone calls
This commit is contained in:
parent
ddb79c343f
commit
3624adb8d0
|
@ -65,69 +65,3 @@
|
||||||
- goto: EXIT
|
- goto: EXIT
|
||||||
- "[Hang up]":
|
- "[Hang up]":
|
||||||
- goto: EXIT
|
- goto: EXIT
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
|
||||||
# ---------------------------------------------------------
|
|
||||||
# ---------------------------------------------------------
|
|
||||||
|
|
||||||
- label: luna
|
|
||||||
- script: changename Luna
|
|
||||||
- Hey, time traveler, what's up?
|
|
||||||
- How's your research coming along?:
|
|
||||||
- Great! This backup software is going to help a lot! Thanks again for this!
|
|
||||||
- "[Hang up]": []
|
|
||||||
- "[Hang up]": []
|
|
||||||
- goto: EXIT
|
|
||||||
|
|
||||||
# ---------------------------------------------------------
|
|
||||||
# ---------------------------------------------------------
|
|
||||||
# ---------------------------------------------------------
|
|
||||||
|
|
||||||
- label: pig
|
|
||||||
- script: changename Mudley
|
|
||||||
- Heyyyy!! This is Mudley, what's up?
|
|
||||||
- label: pig_node_main
|
|
||||||
- Where are you hanging out?:
|
|
||||||
- I'm at the Old Eearth Pizzeria. Come over if you wanna hang!
|
|
||||||
- goto: pig_node_main
|
|
||||||
- What's your story?:
|
|
||||||
- I'm a geologist.
|
|
||||||
- set: pig$geologist
|
|
||||||
- set: pig$earth
|
|
||||||
- I just loved the mud and dirt on Earth so much, I decided to study it.
|
|
||||||
- An endlessly fascinating subject.
|
|
||||||
- But the old rock, Earth, has been studied to the end and back.
|
|
||||||
- No scientific frontier in geology anymore.
|
|
||||||
- So I decided to venture into space, hoping to discover something novel.
|
|
||||||
- Came for the science, stayed for the floooooating around!
|
|
||||||
- I'm actually flying! Weeeeeeeee! This is so awesome!
|
|
||||||
- goto: pig_node_main
|
|
||||||
- if: pig$earth
|
|
||||||
What do you miss most out here in space?:
|
|
||||||
- The mud!
|
|
||||||
- The space suit is quite liberating, with the comms and the appendages.
|
|
||||||
- But I miss being nude, wallowing in the mud.
|
|
||||||
- set: pig$mud
|
|
||||||
- So much dust and rocks out here and I can't touch any of it.
|
|
||||||
- It's driving me nuts!!! Aaaah!!
|
|
||||||
- goto: pig_node_main
|
|
||||||
- if: pig$geologist
|
|
||||||
I have some questions about geology:
|
|
||||||
- Shoot!
|
|
||||||
- label: pig_node_geo
|
|
||||||
- I've seen some gigantic moonlets around here...:
|
|
||||||
- Yeah they keep getting ejected from the moon Thebe!
|
|
||||||
- Thebe is so tiny, it's gravitation is about the same as its centrifugal force, so the escape velocity is almost nonexistant.
|
|
||||||
- So a small asteroid impact can release a bunch of rocks into the orbit, some large enough to be considered moonlets.
|
|
||||||
- Makes you wonder how anything even still remains of Thebe after all these years.
|
|
||||||
- What's the composition of the nearby rocks?:
|
|
||||||
- It's debris ejected from Thebe, which is mostly silicate minerals and various metals.
|
|
||||||
- Water ice is also very abundant here, and we're extracting oxygen and water from it.
|
|
||||||
- I've seen simple organic molecules here too, but nothing alive.
|
|
||||||
- Nothing native, anyway.
|
|
||||||
- That's all, thanks!:
|
|
||||||
- Cool, anything else you wanted?
|
|
||||||
- goto: pig_node_main
|
|
||||||
- goto: pig_node_geo
|
|
||||||
- "[Hang up]": []
|
|
||||||
- goto: EXIT
|
|
||||||
|
|
Loading…
Reference in a new issue