summaryrefslogtreecommitdiff
path: root/npc/005-1/maya.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-1/maya.txt')
-rw-r--r--npc/005-1/maya.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/005-1/maya.txt b/npc/005-1/maya.txt
index 9858e51f7..9f68af4fd 100644
--- a/npc/005-1/maya.txt
+++ b/npc/005-1/maya.txt
@@ -40,6 +40,7 @@ L_Next:
mesn;
mesq l("Good! First, let us test if you are resourceful. Bring me 3 @@ and 3 @@. That should be enough!", getitemlink(CottonCloth), getitemlink(MaggotSlime));
setq CandorQuest_Maya, 1;
+ tutmes l("You can use \"%s <monster_name>\" to obtain specified monster drop list and stats.", b("@monsterinfo")), l("Protip"), false;
close;
L_QuestAccepted:
@@ -50,12 +51,14 @@ L_QuestAccepted:
rif(countitem(CottonCloth) >= 3 && countitem(MaggotSlime) >= 3, l("Here they are!")), L_QuestCompleted,
rif(countitem(CottonCloth) < 3 || countitem(MaggotSlime) < 3, l("Oh, then I don't have enough! I'll bring more later!")), L_GetHelp1,
l("Can we get back to that later?"), -;
+ tutmes l("You can use \"%s <monster_name>\" to obtain specified monster drop list and stats.", b("@monsterinfo")), l("Protip"), false;
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 stuck, ask at #world, even if nobody is online. Who knows, someone on Discord or IRC might reply!");
+ tutmes l("You can use \"%s <monster_name>\" to obtain specified monster drop list and stats.", b("@monsterinfo")), l("Protip"), false;
next;
goto L_Close;