This commit is contained in:
yuni 2024-04-13 23:22:00 +02:00
parent 699bb4f563
commit 4b4be21ade

View file

@ -57,21 +57,21 @@
- Can I take a spacecraft with me?:
- Absolutely.
- goto startransbusstop
- if: busstop != oscillation
- if: busstop != "oscillation"
Take me to Oscillation Station, please.:
- StarTrans wishes you a pleasant journey.
- script: cryofadeout
- sleep: 5
- script: cryotrip oscillation
- goto: EXIT
- if: busstop != metis
- if: busstop != "metis"
Take me to Metis Prime Station, please.:
- StarTrans wishes you a pleasant journey.
- script: cryofadeout
- sleep: 5
- script: cryotrip metisprime
- goto: EXIT
- if: busstop != serenity
- if: busstop != "serenity"
Take me to Serenity Station, please.:
- StarTrans wishes you a pleasant journey.
- script: cryofadeout