summaryrefslogtreecommitdiff
path: root/npc/017-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-29 06:00:45 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-29 06:00:45 -0300
commitedf3a89db881ad27994baf0ba6da5a8d144faf8f (patch)
tree0044d8cf9af9cf57519a2b52e0100c4805f5ab4d /npc/017-1
parentd4e78a6cd27b8d1d8a6dd85a8edeccfdde965cd6 (diff)
downloadserverdata-edf3a89db881ad27994baf0ba6da5a8d144faf8f.tar.gz
serverdata-edf3a89db881ad27994baf0ba6da5a8d144faf8f.tar.bz2
serverdata-edf3a89db881ad27994baf0ba6da5a8d144faf8f.tar.xz
serverdata-edf3a89db881ad27994baf0ba6da5a8d144faf8f.zip
Moggun pet. Also, add all pets and their food to Jesusaves Grimorium
Diffstat (limited to 'npc/017-1')
-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 293500df7..2e7c2da63 100644
--- a/npc/017-1/pet_detective.txt
+++ b/npc/017-1/pet_detective.txt
@@ -67,6 +67,7 @@ L_Menu:
rif(PDQ_CheckGHQ(Fluffy) >= 10000 && !countitem(FluffyEgg), l("Commmon Fluffy")),
rif(PDQ_CheckGHQ(Duck) >= 10000 && !countitem(DuckEgg), l("Duck")),
rif(PDQ_CheckGHQ(Bat) >= 10000 && !countitem(BatEgg), l("Bat")),
+ rif(PDQ_CheckGHQ(Moggun) >= 10000 && !countitem(MoggunEgg), l("Moggun")),
rif(#LOGIN_ALLTIME >= 12 && !countitem(PiouEgg), l("Piou")),
l("Nothing at the moment.");
@@ -93,6 +94,10 @@ L_Menu:
.stock-=1;
break;
case 6:
+ if (PDQ_InnerSwitch(Moggun, WhiteFur, 120))
+ .stock-=1;
+ break;
+ case 7:
if (PDQ_InnerSwitch(Piou, PiouFeathers, 80))
.stock-=1;
break;