declutter FASTravel conversation
This commit is contained in:
parent
324659e041
commit
eacd3f159a
|
@ -25,6 +25,7 @@
|
||||||
- label: interesting
|
- label: interesting
|
||||||
- Serenity Station is famous for the best pizza across the Jovian Rings.
|
- Serenity Station is famous for the best pizza across the Jovian Rings.
|
||||||
- Look for the neon sign of the pizzeria nearby.
|
- Look for the neon sign of the pizzeria nearby.
|
||||||
|
- goto: fastravel
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -40,6 +41,7 @@
|
||||||
- This area is an industrial paradise for asteroid miners.
|
- This area is an industrial paradise for asteroid miners.
|
||||||
- Though it has been recently abandoned due to the excessive particle radiation.
|
- Though it has been recently abandoned due to the excessive particle radiation.
|
||||||
- I advise you to minimize the duration of your stay here.
|
- I advise you to minimize the duration of your stay here.
|
||||||
|
- goto: fastravel
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -53,25 +55,28 @@
|
||||||
- include: BusStops
|
- include: BusStops
|
||||||
- label: interesting
|
- label: interesting
|
||||||
- The main attraction around here is the gorgeous view onto Jupiter from far up ahead.
|
- The main attraction around here is the gorgeous view onto Jupiter from far up ahead.
|
||||||
|
- goto: fastravel
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
- chat: BusStops
|
- chat: BusStops
|
||||||
- WHY IS EVERYTHING SO GREEN???:
|
- I wish I could use this shuttle service from anywhere!:
|
||||||
- We advertise our services with the signature green cross.
|
- Actually, you can!
|
||||||
- Thanks to this, you will find us even when your radio systems are damaged.
|
- if phone$travel:
|
||||||
- FASTravel provides a beacon in the dark, creating a safer place for everybody.
|
- Just give us a phone call, we'll pick you up!
|
||||||
- goto: fastravel
|
- goto: fastravel
|
||||||
- Bus stop?! How does this work?:
|
- script: registercontact travel
|
||||||
- FASTravel is the most convenient way to travel the vast distances of space.
|
- Here's our phone number, call us any time and we'll pick you up!
|
||||||
- Just activate your suit's built-in cryostasis. A FASTravel carrier will pick you up and you will wake up at your destination in the blink of an eye.
|
|
||||||
- Of course we will supply you with free oxygen and ensure your safety.
|
|
||||||
- goto: fastravel
|
|
||||||
- Can I take a spacecraft with me?:
|
|
||||||
- Absolutely.
|
|
||||||
- goto: fastravel
|
- goto: fastravel
|
||||||
|
- if: $busstop != serenity
|
||||||
|
Take me to Serenity Station, please.:
|
||||||
|
- FASTravel wishes you a pleasant journey.
|
||||||
|
- script: cryofadeout
|
||||||
|
- sleep: 2
|
||||||
|
- script: cryotrip serenity
|
||||||
|
- goto: EXIT
|
||||||
- if: $busstop != farview
|
- if: $busstop != farview
|
||||||
Take me to Farview Station, please.:
|
Take me to Farview Station, please.:
|
||||||
- FASTravel wishes you a pleasant journey.
|
- FASTravel wishes you a pleasant journey.
|
||||||
|
@ -86,22 +91,27 @@
|
||||||
- sleep: 2
|
- sleep: 2
|
||||||
- script: cryotrip metisprime
|
- script: cryotrip metisprime
|
||||||
- goto: EXIT
|
- goto: EXIT
|
||||||
- if: $busstop != serenity
|
- Can you please fill up my oxygen tank?:
|
||||||
Take me to Serenity Station, please.:
|
|
||||||
- FASTravel wishes you a pleasant journey.
|
|
||||||
- script: cryofadeout
|
|
||||||
- sleep: 2
|
|
||||||
- script: cryotrip serenity
|
|
||||||
- goto: EXIT
|
|
||||||
- Can you please fill up my oxygen tank without taking me anywhere?:
|
|
||||||
- script: refilloxygen 1000
|
- script: refilloxygen 1000
|
||||||
- Of course, you can count on FASTravel!
|
- Of course, you can count on FASTravel!
|
||||||
- I wish I could use your services from anywhere!:
|
- goto: fastravel
|
||||||
- Actually, you can!
|
- I have some questions...:
|
||||||
- script: registercontact travel
|
- Of course, go ahead!
|
||||||
- Here's our phone number, call us any time!
|
- WHY IS EVERYTHING SO GREEN???:
|
||||||
- Is there anything interesting to do around here?:
|
- We advertise our services with the signature green cross.
|
||||||
- goto: interesting
|
- Thanks to this, you will find us even when your radio systems are damaged.
|
||||||
|
- FASTravel provides a beacon in the dark, creating a safer place for everybody.
|
||||||
|
- goto: fastravel
|
||||||
|
- Bus stop?! How does this work?:
|
||||||
|
- FASTravel is the most convenient way to travel the vast distances of space.
|
||||||
|
- Just activate your suit's built-in cryostasis. A FASTravel carrier will pick you up and you will wake up at your destination in the blink of an eye.
|
||||||
|
- Of course we will supply you with free oxygen and ensure your safety.
|
||||||
|
- goto: fastravel
|
||||||
|
- Can I take a spacecraft with me?:
|
||||||
|
- Absolutely.
|
||||||
|
- goto: fastravel
|
||||||
|
- Is there anything interesting to do around here?:
|
||||||
|
- goto: interesting
|
||||||
- No, thank you.:
|
- No, thank you.:
|
||||||
- Feel free to come back any time.
|
- Feel free to come back any time.
|
||||||
- goto: EXIT
|
- goto: EXIT
|
||||||
|
|
Loading…
Reference in a new issue