From 16c835f1024befb454709f7ee81958c7e9c68309 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 24 Dec 2018 12:21:28 -0200 Subject: Knit Hat quest, based on Luffyx Summer Shorts quest. Fix bugs on the later. --- npc/012-1/luffyx.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/012-1/luffyx.txt') diff --git a/npc/012-1/luffyx.txt b/npc/012-1/luffyx.txt index 54f521bbb..67c6b69e4 100644 --- a/npc/012-1/luffyx.txt +++ b/npc/012-1/luffyx.txt @@ -23,7 +23,6 @@ L_Main: L_SummerQuest: next; mesn; - // TODO: Sunglass mesq l("Hey, do you know what is good on summer? @@!", getitemlink(LuffyxSummerShorts)); next; mesn; @@ -42,9 +41,10 @@ L_SummerQuest: goto L_Main; if (@menu == 2) { if ( - countitem(CherryCocktail) < 25 || countitem(CactusCocktail) < 80 || - countitem(AppleCocktail) < 40 + countitem(AppleCocktail) < 40 || + countitem(CherryCocktail) < 25 || + !countitem(JeansShorts) ) goto L_Lying; inventoryplace LuffyxSummerShorts, 1; -- cgit v1.2.3-70-g09d2