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)