Only store up to 17 items

This commit is contained in:
Andrew Tomaka 2015-04-23 10:32:14 -04:00
parent 412ba7c116
commit 89dbd6532a

View file

@ -182,7 +182,7 @@ function activateBuffs() {
}
function haveMaxItems() {
return $('span[name="item_count"').text() == '20/20';
return convertToNumber($('span[name="item_count"').text().split('/')[0]) >= 17;
}
function setBotToPurchasing() {