summaryrefslogtreecommitdiff
path: root/npc/017-1/fairy_collector.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/017-1/fairy_collector.txt')
-rw-r--r--npc/017-1/fairy_collector.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt
index 5a5a346bf..a25ed550f 100644
--- a/npc/017-1/fairy_collector.txt
+++ b/npc/017-1/fairy_collector.txt
@@ -143,7 +143,22 @@ L_Main:
break;
// Wands
case 15:
- msObjective(countitem(CreasedShirt), "* "+getitemlink(CreasedShirt));
+ msObjective(countitem(TrainingWand), "* "+getitemlink(TrainingWand));
+ msObjective(countitem(NoviceWand), "* "+getitemlink(NoviceWand));
+ msObjective(countitem(ReinbooWand), "* "+getitemlink(ReinbooWand));
+ msObjective(countitem(ApprenticeWand), "* "+getitemlink(ApprenticeWand));
+ msObjective(countitem(LeaderWand), "* "+getitemlink(LeaderWand));
+ msObjective(countitem(LegendaryWand), "* "+getitemlink(LegendaryWand));
+ next;
+ if (countitem(TrainingWand) &&
+ countitem(NoviceWand) &&
+ countitem(ReinbooWand) &&
+ countitem(ApprenticeWand) &&
+ countitem(LeaderWand) &&
+ countitem(LegendaryWand)) {
+ setq1 General_Collector, .@q|COLLECT_WANDS;
+ .@q=getq(General_Collector);
+ }
next;
break;
// Quivers