From 4e5959c989988dc50be52ad73ea22083af202cbd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 31 Dec 2019 03:34:41 -0300 Subject: Common Fluffy now available at Ace Ventura --- 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 1d73711aa..1cacfca01 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -55,6 +55,7 @@ L_Menu: select rif(GHMEMO[GHQ_GetQuestIDByMonsterID(Maggot)] >= 10000 && !countitem(MaggotCocoon), l("Cute Maggot")), rif(GHMEMO[GHQ_GetQuestIDByMonsterID(ForestMushroom)] >= 10000 && !countitem(ForestShroomEgg), l("Forest Mushroom")), + rif(GHMEMO[GHQ_GetQuestIDByMonsterID(Fluffy)] >= 10000 && !countitem(FluffyEgg), l("Commmon Fluffy")), rif(#LOGIN_ALLTIME >= 12 && !countitem(PiouEgg), l("Piou")), l("Nothing at the moment."); @@ -72,6 +73,10 @@ L_Menu: if (PDQ_InnerSwitch(Piou, PiouFeathers, 80)) .stock-=1; break; + case 4: + if (PDQ_InnerSwitch(Fluffy, WhiteFur, 80)) + .stock-=1; + break; default: closedialog; goodbye; -- cgit v1.2.3-60-g2f50