From edf3a89db881ad27994baf0ba6da5a8d144faf8f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 Jul 2020 06:00:45 -0300 Subject: Moggun pet. Also, add all pets and their food to Jesusaves Grimorium --- npc/017-1/pet_detective.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/017-1') 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; -- cgit v1.2.3-60-g2f50