diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-06-30 00:41:16 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-06-30 00:41:16 +0000 |
commit | 46199851f36e666a9cb3aa734fe9b6c8ee13e688 (patch) | |
tree | 66fa66aee5c67dcde309e7e3d30bdfa5621ad482 /npc/012-1/luffyx.txt | |
parent | f8168b71ae9938b962d667aa8e8036a537b163a0 (diff) | |
download | serverdata-46199851f36e666a9cb3aa734fe9b6c8ee13e688.tar.gz serverdata-46199851f36e666a9cb3aa734fe9b6c8ee13e688.tar.bz2 serverdata-46199851f36e666a9cb3aa734fe9b6c8ee13e688.tar.xz serverdata-46199851f36e666a9cb3aa734fe9b6c8ee13e688.zip |
change skirt to luffyx short
Diffstat (limited to 'npc/012-1/luffyx.txt')
-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!"); |