summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/017-1/pet_detective.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt
index 1a7c69e5b..a05a6784e 100644
--- a/npc/017-1/pet_detective.txt
+++ b/npc/017-1/pet_detective.txt
@@ -43,12 +43,17 @@ L_Menu:
mesq l("I currently have some pets with me. For most, you need to finish their Grand Hunter Quest, of course.");
mes "";
select
+ rif(GHMEMO[GHQ_GetQuestIDByMonsterID(Maggot)] >= 10000, l("Cute Maggot")),
rif(GHMEMO[GHQ_GetQuestIDByMonsterID(ForestMushroom)] >= 10000, l("Forest Mushroom")),
l("Nothing at the moment.");
mes "";
switch (@menu) {
case 1:
+ if (PDQ_InnerSwitch(Maggot, MaggotSlime, 40))
+ .stock-=1;
+ break;
+ case 2:
if (PDQ_InnerSwitch(ForestMushroom, MushroomSpores, 30))
.stock-=1;
break;