diff options
-rw-r--r-- | npc/functions/refine.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/refine.txt b/npc/functions/refine.txt index 1498e130c..82ea3ca50 100644 --- a/npc/functions/refine.txt +++ b/npc/functions/refine.txt @@ -100,7 +100,7 @@ function script refineMaster { // Anti-Crazyfefeâ„¢ System // Item is gone, 100% warranted cheater - if (countitem(.@item) < 1) { + if (countitem(.@item) < .@amount) { mesn; mesc l("All cheaters must die."), 1; percentheal -100, -100; |