From 6d09433395ec463dca3bc22f573d6aa7e0d98d8d Mon Sep 17 00:00:00 2001 From: Index Date: Thu, 27 Jun 2024 18:34:45 -0500 Subject: [PATCH] feat: add price to avatar sandbox discovery --- js/account/avatar-sandbox-rewrite.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/account/avatar-sandbox-rewrite.js b/js/account/avatar-sandbox-rewrite.js index 9a500f1..b73882f 100644 --- a/js/account/avatar-sandbox-rewrite.js +++ b/js/account/avatar-sandbox-rewrite.js @@ -359,6 +359,9 @@ async function LoadItems() { by ${ (item.type !== 'hat' && item.type !== 'tool') ? 'Polytoria' : item.creator.name } + Free' : (item.price !== "???") ? 'text-success">$ ' + item.price : 'text-muted">???' } + ` document.getElementById('inventory').appendChild(ItemColumn)