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