From 3624adb8d088edbba7cb2f5d8a681dbae03b5e36 Mon Sep 17 00:00:00 2001 From: yuni Date: Mon, 18 Nov 2024 00:22:04 +0100 Subject: [PATCH] remove unused phone calls --- src/chats/phone.yaml | 66 -------------------------------------------- 1 file changed, 66 deletions(-) diff --git a/src/chats/phone.yaml b/src/chats/phone.yaml index 9dda31b..299762f 100644 --- a/src/chats/phone.yaml +++ b/src/chats/phone.yaml @@ -65,69 +65,3 @@ - goto: EXIT - "[Hang up]": - 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