summaryrefslogtreecommitdiff
path: root/npc/017-1/pet_detective.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-13 14:17:20 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-13 14:17:20 -0300
commit10107340f0a6904340f033962a686ff70d2e8594 (patch)
treedcbbe986e19ebf57c0a15d062464e658d8c96b5b /npc/017-1/pet_detective.txt
parente4fb06529d6f26eef45930094607324504d8c836 (diff)
downloadserverdata-10107340f0a6904340f033962a686ff70d2e8594.tar.gz
serverdata-10107340f0a6904340f033962a686ff70d2e8594.tar.bz2
serverdata-10107340f0a6904340f033962a686ff70d2e8594.tar.xz
serverdata-10107340f0a6904340f033962a686ff70d2e8594.zip
Include Maggots to Pet Detective, because now that's easy
Diffstat (limited to 'npc/017-1/pet_detective.txt')
-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;