fix(shops): post merge cleanup

This commit is contained in:
Sabe Jones
2024-06-14 18:12:22 -05:00
parent 31e501f65a
commit b49dddeb47
10 changed files with 322 additions and 30 deletions

View File

@@ -158,7 +158,6 @@ function collateItemData (self) {
if (
// ignore items the user owns because we captured them above:
!(key in ownedItems)
&& allItems[key].price > 0
) {
const item = allItems[key];
itemData.push({