From 1f1b4e48d019c993257da74b3024b3ecab02c7be Mon Sep 17 00:00:00 2001 From: Saulc Date: Mon, 9 Jul 2018 20:47:39 +0000 Subject: Update luffyx.txt --- npc/012-1/luffyx.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/012-1/luffyx.txt') diff --git a/npc/012-1/luffyx.txt b/npc/012-1/luffyx.txt index d3f0adae1..2e9d03429 100644 --- a/npc/012-1/luffyx.txt +++ b/npc/012-1/luffyx.txt @@ -28,9 +28,9 @@ L_SummerQuest: next; mesn; mes l("What about you bring me:"); - mes l("@@/60 @@", countitem(CactusCocktail), getitemlink(CactusCocktail)); + mes l("@@/80 @@", countitem(CactusCocktail), getitemlink(CactusCocktail)); mes l("@@/40 @@", countitem(AppleCocktail), getitemlink(AppleCocktail)); - mes l("@@/20 @@", countitem(CherryCocktail), getitemlink(CherryCocktail)); + mes l("@@/25 @@", countitem(CherryCocktail), getitemlink(CherryCocktail)); mes l("@@/1 @@", countitem(JeansShorts), getitemlink(JeansShorts)); next; select @@ -42,15 +42,15 @@ L_SummerQuest: goto L_Main; if (@menu == 2) { if ( - countitem(CherryCocktail) < 20 || - countitem(CactusCocktail) < 60 || + countitem(CherryCocktail) < 25 || + countitem(CactusCocktail) < 80 || countitem(AppleCocktail) < 40 ) goto L_Lying; inventoryplace LuffyxSummerShorts, 1; - delitem CherryCocktail, 20; + delitem CherryCocktail, 25; delitem AppleCocktail, 40; - delitem CactusCocktail, 60; + delitem CactusCocktail, 80; delitem JeansShorts, 1; getitem LuffyxSummerShorts, 1; getexp 6500, 120; -- cgit v1.2.3-60-g2f50