diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-12-31 03:34:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-12-31 03:34:41 -0300 |
commit | 4e5959c989988dc50be52ad73ea22083af202cbd (patch) | |
tree | fd8a8c9cce13addb94ece23ec7867ba1945ec315 | |
parent | d16086dd65984d7569f6bfac0f71c90466ca4b0b (diff) | |
download | serverdata-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.txt | 5 |
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; |