From 20fd163abab3c006a5da67969ef1007c63f37d28 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 20 Mar 2024 05:59:32 +0100 Subject: [PATCH] add the pizzeria conversation back in --- src/defs.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/defs.txt b/src/defs.txt index 24cfdab..6db7be7 100644 --- a/src/defs.txt +++ b/src/defs.txt @@ -52,3 +52,28 @@ chat "hialien" label "imbad" goto "pizza" +chat "pizzeria" + name "Space Pizza™" + msg 2 "Requesting permission to communicate..." + label "INIT" + lvl "info" + goto "b" + msg 5 "Welcome to Space Pizza™, best pizza all across the Jovian rings!" + label "b" + goto "c" + msg 10 "Would you like to order today's special Miracle Spacefungi? Freshly blended pizza smoothie ready for your space suit feeding tube!" + label "c" + goto "d" + choice 3 "Pizza... smoothie? I think I'll pass..." + label "d" + goto "yourloss" + msg 3 "Your loss, mate" + label "yourloss" + goto "end" + msg 10 "Hello? Is anyone there? Is this a prank?" + label "d" + goto "end" + msg 0 "Disconnected." + label "end" + level "info" + goto "EXIT"