From 71051c803f7f5697e668f0783b8bef63b6a1dc76 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 30 Aug 2019 11:22:43 -0300 Subject: Dialog for Tinris failures --- npc/003-1/tinris.txt | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/npc/003-1/tinris.txt b/npc/003-1/tinris.txt index ce759981f..92404daef 100644 --- a/npc/003-1/tinris.txt +++ b/npc/003-1/tinris.txt @@ -109,7 +109,35 @@ L_Fail: else getexp 90, 0; mesn; - mesq l("Well, that could fail, I said. Here is some experience."); + switch (.@q2) { + case 1: + mesq l("Well, that could fail, I said. Here is some experience."); + break; + case 2: + mesq l("Don't worry, third time is the charm. Here is some experience. Let's try again."); + break; + case 3: + mesq l("Okay, here is some experience, and forgot what I've said before. We can try again."); + break; + case 4: + mesq l("Don't worry, I've tweaked my formula this time. Here is some experience and let's try again!"); + break; + case 5: + mesq l("I'm sorry, I just... Maybe if...? Aha! Here's the EXP, ready for a next go?"); + break; + case 6: + mesq l("Uhm, maybe I mashed the Plushroom too hard this time. Here's EXP as usual, let's try again?"); + break; + case 7: + mesq l("I shall not fail any further, I think my new formula is perfect! Here's the EXP, but I need material to use it!"); + break; + case 8: + mesq l("I never knew you could fail THAT hard. I've took Saulc's Fertilizer's recipe, success chance is of 100% if you want to try again."); + break; + default: + mesq l("Well, that could fail, I said. Here is some experience."); + break; + } next; if (countitem(Plushroom) >= 3 && countitem(MaggotSlime) >= 9) -- cgit v1.2.3-60-g2f50