better conversation flow for Chef

This commit is contained in:
yuni 2024-06-12 01:23:31 +02:00
parent 009a7ba1dd
commit 727cdcb0c1

View file

@ -292,12 +292,12 @@
- But of course! I take care of my guests. - But of course! I take care of my guests.
- script: refilloxygen 1 - script: refilloxygen 1
- system: Oxygen refilled - system: Oxygen refilled
- goto: served - goto: anythingelse
- Could you patch up my space suit?: - Could you patch up my space suit?:
- Right on. - Right on.
- script: repairsuit - script: repairsuit
- system: SuitPatch™ SuperGlue™ applied. - system: SuitPatch™ SuperGlue™ applied.
- goto: served - goto: anythingelse
- Got any coffee?: - Got any coffee?:
- Your suit should have a coffee dispenser built right into it. - Your suit should have a coffee dispenser built right into it.
- Naturally, it's not as good as my legendary Old Earth Soykaf! - Naturally, it's not as good as my legendary Old Earth Soykaf!
@ -316,6 +316,11 @@
- label: not hungry - label: not hungry
- Feel free to hang out as long as you like. - Feel free to hang out as long as you like.
- goto: EXIT - goto: EXIT
- label: anythingelse
- Anything else?
- goto: eat
- label: served - label: served
- Come back any time! - Come back any time!
- goto: EXIT - goto: EXIT