From 5b26d87089d0e806d7e92037c9d4c180158e5191 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 25 Dec 2018 23:18:43 -0200 Subject: Redesign Maya's goodbye. Protip about obtaining Cotton Cloth --- npc/005-1/maya.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/npc/005-1/maya.txt b/npc/005-1/maya.txt index f5db122d5..f4e9f1e80 100644 --- a/npc/005-1/maya.txt +++ b/npc/005-1/maya.txt @@ -48,10 +48,17 @@ L_QuestAccepted: mes ""; menu rif(countitem("Cotton Cloth") >= 3 && countitem("Maggot Slime") >= 3, l("Here they are!")), L_QuestCompleted, - rif(countitem("Cotton Cloth") < 3 || countitem("Maggot Slime") < 3, l("Oh, then I don't have enough! I'll bring more later!")), L_Close, + rif(countitem("Cotton Cloth") < 3 || countitem("Maggot Slime") < 3, l("Oh, then I don't have enough! I'll bring more later!")), L_GetHelp1, l("Can we get back to that later?"), -; close; +L_GetHelp1: + mes ""; + mesc l("Protip: You can get @@ from shops. Cotton is rumored to be magical, keep this is mind.", getitemlink(CottonCloth)); + mesc l("Protip 2: If you fell struck, ask at #world, even if nobody is online. Who knows, someone on Discord or IRC might reply!"); + next; + goto L_Close; + L_QuestCompleted: delitem CottonCloth, 3; delitem MaggotSlime, 3; @@ -126,6 +133,8 @@ L_NextQuestPending: close; L_Close: + closedialog; + goodbye; close; -- cgit v1.2.3-60-g2f50