From 37cefd20992ea93fc40987b10f4e345c75b773a5 Mon Sep 17 00:00:00 2001 From: Sean Hulka Date: Sun, 6 Jun 2021 05:19:42 +0000 Subject: Fix bug --- npc/018-5-4/darklord.txt | 4 ++-- 1 file 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) { -- cgit v1.2.3-60-g2f50