diff options
Diffstat (limited to 'npc/017-1/pet_detective.txt')
-rw-r--r-- | npc/017-1/pet_detective.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt index 1b9d6a6e3..2eb1d47e9 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -56,7 +56,7 @@ L_Menu: if (askyesno() == ASK_YES) { if (countitem(MushroomSpores) >= .@price && .stock) { delitem MushroomSpores, .@price; - makeegg ForestMushroom; + makepet ForestMushroom; getexp .@price*100, 0; PETMEMO[GHQ_GetQuestIDByMonsterID(ForestMushroom)]+=1; .stock-=1; |