diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-27 15:50:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-27 15:50:26 -0300 |
commit | f6e72383972afb8d6f6155a5e0d90c0cec8453cf (patch) | |
tree | 7a9299ab6193cdabe017da65529f816bcfe7c615 /npc/017-1 | |
parent | b874a3549bdd5eea65fcc4bc100d050a9ff647ef (diff) | |
download | serverdata-f6e72383972afb8d6f6155a5e0d90c0cec8453cf.tar.gz serverdata-f6e72383972afb8d6f6155a5e0d90c0cec8453cf.tar.bz2 serverdata-f6e72383972afb8d6f6155a5e0d90c0cec8453cf.tar.xz serverdata-f6e72383972afb8d6f6155a5e0d90c0cec8453cf.zip |
Bat Pet (it'll not work - common color)
Diffstat (limited to 'npc/017-1')
-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 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; |