From 10107340f0a6904340f033962a686ff70d2e8594 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 13 Sep 2018 14:17:20 -0300 Subject: Include Maggots to Pet Detective, because now that's easy --- npc/017-1/pet_detective.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/017-1/pet_detective.txt') 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; -- cgit v1.2.3-60-g2f50