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?: - Can I take a spacecraft with me?:
- Absolutely. - Absolutely.
- goto startransbusstop - goto startransbusstop
- if: busstop != oscillation - if: busstop != "oscillation"
Take me to Oscillation Station, please.: Take me to Oscillation Station, please.:
- StarTrans wishes you a pleasant journey. - StarTrans wishes you a pleasant journey.
- script: cryofadeout - script: cryofadeout
- sleep: 5 - sleep: 5
- script: cryotrip oscillation - script: cryotrip oscillation
- goto: EXIT - goto: EXIT
- if: busstop != metis - if: busstop != "metis"
Take me to Metis Prime Station, please.: Take me to Metis Prime Station, please.:
- StarTrans wishes you a pleasant journey. - StarTrans wishes you a pleasant journey.
- script: cryofadeout - script: cryofadeout
- sleep: 5 - sleep: 5
- script: cryotrip metisprime - script: cryotrip metisprime
- goto: EXIT - goto: EXIT
- if: busstop != serenity - if: busstop != "serenity"
Take me to Serenity Station, please.: Take me to Serenity Station, please.:
- StarTrans wishes you a pleasant journey. - StarTrans wishes you a pleasant journey.
- script: cryofadeout - script: cryofadeout