summaryrefslogtreecommitdiff
path: root/npc/012-1/luffyx.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1/luffyx.txt')
-rw-r--r--npc/012-1/luffyx.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/012-1/luffyx.txt b/npc/012-1/luffyx.txt
index fd0cf052d..96ac80a96 100644
--- a/npc/012-1/luffyx.txt
+++ b/npc/012-1/luffyx.txt
@@ -27,7 +27,7 @@ L_SummerQuest:
mesq l("Hey, do you know what is good on summer? @@!", getitemlink(LuffyxSummerShorts));
next;
mesn;
- mesq l("What about you bring me 60 @@, 40 @@ and 20 @@?", getitemlink(CactusCocktail), getitemlink(AppleCocktail), getitemlink(CherryCocktail));
+ mesq l("What about you bring me 60 @@, 40 @@ and 20 @@? And a @@!", getitemlink(CactusCocktail), getitemlink(AppleCocktail), getitemlink(CherryCocktail), getitemlink(JeansShorts));
next;
select
l("Not now, thanks"),
@@ -47,6 +47,7 @@ L_SummerQuest:
delitem CherryCocktail, 20;
delitem AppleCocktail, 40;
delitem CactusCocktail, 60;
+ delitem JeansShorts, 1;
getitem LuffyxSummerShorts, 1;
setq SQuest_Summer, 1;
mesn;