From f872bac40113875d01e5bae28f41e05d6e60e3bf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 30 Jun 2018 11:18:00 -0300 Subject: Base material for Luffyx, sorry Saulc --- npc/012-1/luffyx.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/012-1/luffyx.txt') 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; -- cgit v1.2.3-60-g2f50