allow bailing out when having no pizzeria reservation
This commit is contained in:
parent
f15ae25b35
commit
1d871b3e5f
|
@ -192,6 +192,9 @@
|
|||
- I'm running this place all by myself, after all. Apart of good ol' Clippy over there.
|
||||
- Also, I like to be prepared for my guests so I can give them the best possible experience.
|
||||
- goto: checkreservation
|
||||
- I'll just come back later.:
|
||||
- As you want. See you around!
|
||||
- goto: bye
|
||||
- But you know what? I'll make an exception, just for you.
|
||||
- set: reservation
|
||||
- goto: node_menu
|
||||
|
@ -237,6 +240,7 @@
|
|||
- goto: generic_questions
|
||||
- Gotta go.:
|
||||
- See you around!
|
||||
- label: bye
|
||||
- "Or as they used to say on Earth: Toodles, noodles!"
|
||||
- goto: EXIT
|
||||
- goto: entrypoint
|
||||
|
|
Loading…
Reference in a new issue