diff options
Diffstat (limited to 'npc/quests/bunnyband.txt')
-rw-r--r-- | npc/quests/bunnyband.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/bunnyband.txt b/npc/quests/bunnyband.txt index af3a622a0..37bd45714 100644 --- a/npc/quests/bunnyband.txt +++ b/npc/quests/bunnyband.txt @@ -82,15 +82,15 @@ alberta,26,229,0 script Kafra Employee#bunny 4_M_01,{ mes "Bunny Band together..."; close; } - delitem 949,100; //Feather - delitem 706,1; //Four_Leaf_Clover - delitem 722,1; //Scarlet_Jewel - delitem 2213,1; //Cat_Hairband + delitem Feather,100; + delitem Four_Leaf_Clover,1; + delitem Scarlet_Jewel,1; + delitem Cat_Hairband,1; mes "[Kafra Employee]"; mes "Ah, here you go~"; mes "The perfect Bunny Band!"; mes "Well, I hope you enjoy it."; - getitem 2214,1; //Bunny_Band + getitem Bunny_Band,1; BUNYBND = 0; next; mes "[Kafra Employee]"; |