From f6e72383972afb8d6f6155a5e0d90c0cec8453cf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 27 Feb 2020 15:50:26 -0300 Subject: Bat Pet (it'll not work - common color) --- 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 358faba80..4bbf91c5e 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -66,6 +66,7 @@ L_Menu: rif(PDQ_CheckGHQ(ForestMushroom) >= 10000 && !countitem(ForestShroomEgg), l("Forest Mushroom")), 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(#LOGIN_ALLTIME >= 12 && !countitem(PiouEgg), l("Piou")), l("Nothing at the moment."); @@ -91,6 +92,10 @@ L_Menu: if (PDQ_InnerSwitch(Piou, PiouFeathers, 80)) .stock-=1; break; + case 6: + if (PDQ_InnerSwitch(Bat, BatWing, 80)) + .stock-=1; + break; default: closedialog; goodbye; -- cgit v1.2.3-60-g2f50