diff options
Diffstat (limited to 'npc/017-4/pihro.txt')
-rw-r--r-- | npc/017-4/pihro.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-4/pihro.txt b/npc/017-4/pihro.txt index d9bb3d3d3..325c0971e 100644 --- a/npc/017-4/pihro.txt +++ b/npc/017-4/pihro.txt @@ -11,7 +11,7 @@ if (getarg(0) == 0) return 1; else - return (countitem(getarg(0)) > getarg(1)); + return (countitem(getarg(0)) >= getarg(1)); } // craft_ammo( PrizeItem, Price, Lead Amount, {Elemental Item, Amount, {Elemental Item2, Amount2}} ) |