From 46199851f36e666a9cb3aa734fe9b6c8ee13e688 Mon Sep 17 00:00:00 2001 From: Saulc Date: Sat, 30 Jun 2018 00:41:16 +0000 Subject: change skirt to luffyx short --- 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 a00352f91..6034d55d6 100644 --- a/npc/012-1/luffyx.txt +++ b/npc/012-1/luffyx.txt @@ -24,7 +24,7 @@ L_SummerQuest: next; mesn; // TODO: Sunglass - mesq l("Hey, do you know what is good on summer? @@!", getitemlink(MiniSkirt)); + mesq l("Hey, do you know what is good on summer? @@!", getitemlink(LuffyxSummerShorts)); next; mesn; mesq l("What about you bring me 100 @@ and 30 @@?", getitemlink(RedApple), getitemlink(MoubooSteak)); @@ -42,10 +42,10 @@ L_SummerQuest: countitem(MoubooSteak) < 30 ) goto L_Lying; - inventoryplace MiniSkirt, 1; + inventoryplace LuffyxSummerShorts, 1; delitem RedApple, 100; delitem MoubooSteak, 30; - getitem MiniSkirt, 1; + getitem LuffyxSummerShorts, 1; setq SQuest_Summer, 1; mesn; mesq l("Yay yay! Many thanks! Here, take the reward as promised!"); -- cgit v1.2.3-60-g2f50