diff options
author | Sean Hulka <sean.hulka@gmail.com> | 2021-06-06 05:19:42 +0000 |
---|---|---|
committer | Sean Hulka <sean.hulka@gmail.com> | 2021-06-06 05:19:42 +0000 |
commit | 37cefd20992ea93fc40987b10f4e345c75b773a5 (patch) | |
tree | bff0e6570ea5eaa81d06ca5dfe027a487df29130 /npc/018-5-4/darklord.txt | |
parent | 742a73136aa097f60fec46c5a8c370934b65cb0f (diff) | |
download | serverdata-37cefd20992ea93fc40987b10f4e345c75b773a5.tar.gz serverdata-37cefd20992ea93fc40987b10f4e345c75b773a5.tar.bz2 serverdata-37cefd20992ea93fc40987b10f4e345c75b773a5.tar.xz serverdata-37cefd20992ea93fc40987b10f4e345c75b773a5.zip |
Fix bug
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) { |