diff --git a/js/003-data/miscData.js b/js/003-data/miscData.js
index f1c8fbd95197705413515a96010e7e7b3d722df0..06a91e1fdb28c1f9d2d7873a6cfb4f186f0aca35 100644
--- a/js/003-data/miscData.js
+++ b/js/003-data/miscData.js
@@ -2270,19 +2270,19 @@ App.Data.misc = {
 			name: "Platforms",
 			value: "platform shoes",
 			fs: "FSStatuesqueGlorification",
-			get rs() { return (boughtItem.clothing.heels); }
+			get rs() { return (V.boughtItem.shoes.heels); }
 		},
 		{
 			name: "Platform heels",
 			value: "platform heels",
 			fs: "FSStatuesqueGlorification",
-			get rs() { return (boughtItem.clothing.heels); }
+			get rs() { return (V.boughtItem.shoes.heels); }
 		},
 		{
 			name: "Painfully extreme platform heels",
 			value: "extreme platform heels",
 			fs: "FSStatuesqueGlorification",
-			get rs() { return (boughtItem.clothing.heels); }
+			get rs() { return (V.boughtItem.shoes.heels); }
 		}
 	],