diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-16 14:44:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-16 14:44:16 -0300 |
commit | c01325a81c4c2142a4018d47ecdeb686c257d011 (patch) | |
tree | 832a40aaa30b859b21f02bad1d9c064e32ee52d1 /npc/005-1/maya.txt | |
parent | 13cdcd5c099df9a8dc82e0251918b08babed5838 (diff) | |
download | serverdata-c01325a81c4c2142a4018d47ecdeb686c257d011.tar.gz serverdata-c01325a81c4c2142a4018d47ecdeb686c257d011.tar.bz2 serverdata-c01325a81c4c2142a4018d47ecdeb686c257d011.tar.xz serverdata-c01325a81c4c2142a4018d47ecdeb686c257d011.zip |
Silly typo
Diffstat (limited to 'npc/005-1/maya.txt')
-rw-r--r-- | npc/005-1/maya.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/maya.txt b/npc/005-1/maya.txt index 80a5f3121..7e189c4fe 100644 --- a/npc/005-1/maya.txt +++ b/npc/005-1/maya.txt @@ -95,7 +95,7 @@ L_Quest2Accepted: countitem(PiouFeathers),getitemlink(PiouFeathers)); mes ""; menu - rif(countitem(ScorpionStinger) >= 3 && countitem(PiouFeathers) >= 10, l("Here they are!")), L_QuestCompleted, + rif(countitem(ScorpionStinger) >= 3 && countitem(PiouFeathers) >= 10, l("Here they are!")), L_Quest2Completed, rif(countitem(ScorpionStinger) < 3 || countitem(PiouFeathers) < 10, l("Oh, then I don't have enough! I'll bring more later!")), L_Close, l("Can we get back to that later?"), -; close; |