diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/tinris.txt | 30 |
1 files changed, 29 insertions, 1 deletions
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) |