summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-25 23:18:43 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-25 23:18:43 -0200
commit5b26d87089d0e806d7e92037c9d4c180158e5191 (patch)
tree9cc2d4e90deed29400853eb74f7df1d1ee9821b3 /npc/005-1
parent89b875c4ed7ff4bff20ce06537c4dc6c7e3bb852 (diff)
downloadserverdata-5b26d87089d0e806d7e92037c9d4c180158e5191.tar.gz
serverdata-5b26d87089d0e806d7e92037c9d4c180158e5191.tar.bz2
serverdata-5b26d87089d0e806d7e92037c9d4c180158e5191.tar.xz
serverdata-5b26d87089d0e806d7e92037c9d4c180158e5191.zip
Redesign Maya's goodbye. Protip about obtaining Cotton Cloth
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/maya.txt11
1 files changed, 10 insertions, 1 deletions
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;