diff options
Diffstat (limited to 'npc/005-1')
-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; |