diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/chefgado.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 8dd8de3f..774106ed 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -41,7 +41,13 @@ l_QuestStart: menu l("How rude! What is the reason behind your malice?"), l_Rude, - l("I swear, I do not eat so much."), l_Quit; + l("I swear, I do not eat so much."), -; + + mes ""; + mesn; + mesq l("Yeah, yeah, of course you don't..."); + + goto l_Quit; l_Rude: mes ""; |