diff options
Diffstat (limited to 'npc/018-5-4/darklord.txt')
-rw-r--r-- | npc/018-5-4/darklord.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/018-5-4/darklord.txt b/npc/018-5-4/darklord.txt index db95c04a7..36c5101ec 100644 --- a/npc/018-5-4/darklord.txt +++ b/npc/018-5-4/darklord.txt @@ -177,8 +177,8 @@ function lordSupplyList1 function lordSupplyGive1 { - countitem(PileOfAsh) < 15 || - if (countitem(Pearl) < 10 || + if (countitem(PileOfAsh) < 15 || + countitem(Pearl) < 10 || countitem(FluoPowder) < 6 || countitem(DarkCrystal) < 1) { |