diff options
-rw-r--r-- | npc/017-1/pet_detective.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt index cca16d3e2..1b12a55eb 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -34,7 +34,7 @@ Zeny=Zeny-350000; getexp 0, 500; setq LoFQuest_Pets, 1; - setarray PETMEMO, 0, 0; + setarray PETMEMO, 0, 1; mesn l("Ace Ventura"); mesq l("Congrats! You are now part from the Pet Caring Guild. You can now buy pets! %%G"); close; @@ -53,7 +53,7 @@ L_Menu: mes ""; switch (@menu) { case 1: - if (PDQ_InnerSwitch(Maggot, MaggotSlime, 40)) + if (PDQ_InnerSwitch(Maggot, MaggotSlime, 35)) .stock-=1; break; case 2: |