Instant sell NPC + new features
Donation Box NPC sells instantly items from inventory. Minor patches.
This commit is contained in:
@@ -239,14 +239,12 @@ function action(mode, type, selection) {
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
if (cm.haveItem(mats[i],matQty[i]*qty))complete=false;
|
||||
if (!cm.haveItem(mats[i],matQty[i]*qty)) complete=false;
|
||||
}
|
||||
}
|
||||
}
|
||||
else {
|
||||
if (!cm.haveItem(mats, matQty * qty))complete=false;
|
||||
|
||||
if (!cm.haveItem(mats, matQty * qty)) complete=false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user