diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-13 14:17:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-13 14:17:20 -0300 |
commit | 10107340f0a6904340f033962a686ff70d2e8594 (patch) | |
tree | dcbbe986e19ebf57c0a15d062464e658d8c96b5b | |
parent | e4fb06529d6f26eef45930094607324504d8c836 (diff) | |
download | serverdata-10107340f0a6904340f033962a686ff70d2e8594.tar.gz serverdata-10107340f0a6904340f033962a686ff70d2e8594.tar.bz2 serverdata-10107340f0a6904340f033962a686ff70d2e8594.tar.xz serverdata-10107340f0a6904340f033962a686ff70d2e8594.zip |
Include Maggots to Pet Detective, because now that's easy
-rw-r--r-- | npc/017-1/pet_detective.txt | 5 |
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; |