Instant sell NPC + new features

Donation Box NPC sells instantly items from inventory. Minor patches.
This commit is contained in:
ronancpl
2016-07-18 13:46:28 -03:00
parent 7e32e5a762
commit d7a2243319
28 changed files with 290 additions and 67 deletions

View File

@@ -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;
}
}