cleanup
This commit is contained in:
parent
699bb4f563
commit
4b4be21ade
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue