summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-12-31 03:34:41 -0300
committerJesusaves <cpntb1@ymail.com>2019-12-31 03:34:41 -0300
commit4e5959c989988dc50be52ad73ea22083af202cbd (patch)
treefd8a8c9cce13addb94ece23ec7867ba1945ec315
parentd16086dd65984d7569f6bfac0f71c90466ca4b0b (diff)
downloadserverdata-4e5959c989988dc50be52ad73ea22083af202cbd.tar.gz
serverdata-4e5959c989988dc50be52ad73ea22083af202cbd.tar.bz2
serverdata-4e5959c989988dc50be52ad73ea22083af202cbd.tar.xz
serverdata-4e5959c989988dc50be52ad73ea22083af202cbd.zip
Common Fluffy now available at Ace Ventura
-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 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;