diff options
-rw-r--r-- | npc/012-1/luffyx.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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!"); |