diff options
-rw-r--r-- | npc/017-1/fairy_collector.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index a25ed550f..9ca7e7bac 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -138,7 +138,20 @@ L_Main: break; // Firearms case 14: - msObjective(countitem(CreasedShirt), "* "+getitemlink(CreasedShirt)); + msObjective(countitem(PynRifle), "* "+getitemlink(PynRifle)); + msObjective(countitem(PynGatling), "* "+getitemlink(PynGatling)); + msObjective(countitem(PynShotgun), "* "+getitemlink(PynShotgun)); + msObjective(countitem(PynRevolver), "* "+getitemlink(PynRevolver)); + msObjective(countitem(Dustynator), "* "+getitemlink(Dustynator)); + next; + if (countitem(PynRifle) && + countitem(PynGatling) && + countitem(PynShotgun) && + countitem(PynRevolver) && + countitem(Dustynator)) { + setq1 General_Collector, .@q|COLLECT_FIREGUNS; + .@q=getq(General_Collector); + } next; break; // Wands |