diff options
Diffstat (limited to 'npc')
-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 1cacfca01..155dc33f9 100644 --- a/npc/017-1/pet_detective.txt +++ b/npc/017-1/pet_detective.txt @@ -70,11 +70,11 @@ L_Menu: .stock-=1; break; case 3: - if (PDQ_InnerSwitch(Piou, PiouFeathers, 80)) + if (PDQ_InnerSwitch(Fluffy, WhiteFur, 80)) .stock-=1; break; case 4: - if (PDQ_InnerSwitch(Fluffy, WhiteFur, 80)) + if (PDQ_InnerSwitch(Piou, PiouFeathers, 80)) .stock-=1; break; default: |