diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-3/kevin.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/009-3/kevin.txt b/npc/009-3/kevin.txt index b8df6c399..622b4624f 100644 --- a/npc/009-3/kevin.txt +++ b/npc/009-3/kevin.txt @@ -121,12 +121,13 @@ L_Dye: if (countitem(BottleOfTonoriWater) >= 1 && countitem(PinkBlobime) >= 20 && countitem(Plushroom) >= 30 && Zeny >= 500) { - inventoryplace PinkDye, 1; + inventoryplace PinkDye, 1, EmptyBottle, 1; delitem BottleOfTonoriWater, 1; delitem PinkBlobime, 20; delitem Plushroom, 30; Zeny=Zeny-500; getitem PinkDye, 1; + getitem EmptyBottle, 1; if(getq(HalinarzoQuest_Kevin) == 1 ) { setq HalinarzoQuest_Kevin, 2; getexp 300, 0; |