-2
entrypoints/forum.content/view.ts
-2
entrypoints/forum.content/view.ts
+1
entrypoints/store.content/index.ts
+1
entrypoints/store.content/index.ts
+29
entrypoints/store.content/view.ts
+29
entrypoints/store.content/view.ts
···* Adds the locale real-life dollar value next to the amount of bricks an item costs in the text of the purchase button.···+* Replaces the item sales counter with the number of owners the item has, useful for items that were granted by staff or earned via an event.+const res: apiTypes.ownersApiSchema = (await (await fetch(config.api.urls.public + 'store/' + itemID + '/owners')).json());
+13
utils/api/types.ts
+13
utils/api/types.ts
···
+4
-2
utils/storage.ts
+4
-2
utils/storage.ts
······