diff options
Diffstat (limited to 'npc/cities/yuno.txt')
-rw-r--r-- | npc/cities/yuno.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/cities/yuno.txt b/npc/cities/yuno.txt index b2367b2d5..59486c8c0 100644 --- a/npc/cities/yuno.txt +++ b/npc/cities/yuno.txt @@ -91,7 +91,7 @@ yuno,337,227,4 script Juno Granny#juno 8_F_GRANDMOTHER,{ mes "*Giggle*"; mes "There you go~"; Zeny -= 1000; - getitem 529,1; //Candy + getitem Candy,1; next; mes "[Granny]"; mes "*Giggle*"; @@ -182,7 +182,7 @@ yuno,165,111,4 script Juno Sage#juno 2_F_MAGICMASTER,,{ mes "[Le Morpheus]"; mes "As you have chosen, you will forget everything, and remain in this virtual reality."; Zeny -= 5000; - getitem 507,1; //Red_Herb + getitem Red_Herb,1; close2; warp "prontera",182,206; end; @@ -190,7 +190,7 @@ yuno,165,111,4 script Juno Sage#juno 2_F_MAGICMASTER,,{ mes "[Le Morpheus]"; mes "You will see the truth."; Zeny -= 5000; - getitem 510,1; //Blue_Herb + getitem Blue_Herb,1; close2; warp "pay_dun03",200,222; end; |