diff --git a/js/003-data/slaveGeneData.js b/js/003-data/slaveGeneData.js
index 5e9abbb437886cb398050e13f81c1b5d3bb0b0ed..93218cbc58a3415cb76e8289c8cb54a3ad1453a4 100644
--- a/js/003-data/slaveGeneData.js
+++ b/js/003-data/slaveGeneData.js
@@ -129,14 +129,7 @@ App.Data.geneticQuirks = new Map([
 			description: "pleasurable pregnancy and orgasmic birth"
 		}
 	],
-	["bustSize",
-		{
-			title: "",
-			abbreviation: "",
-			description: "",
-			restricted: true
-		}
-	],
+
 	["macromastia",
 		{
 			title: "macromastia",
diff --git a/src/js/SlaveState.js b/src/js/SlaveState.js
index cb7b4bbd0a9f0c9543648c75ddb221ea803c9007..2f4285e3dc4b9a598246d1d8d3db5628974b77fb 100644
--- a/src/js/SlaveState.js
+++ b/src/js/SlaveState.js
@@ -2330,8 +2330,6 @@ App.Entity.SlaveState = class SlaveState {
 			rearLipedema: 0,
 			/** has (or will have) a huge dong */
 			wellHung: 0,
-			/** predisposed to having and supporting larger tits. DO NOT USE! This will become genetic breast size! */
-			bustSize: 0,
 			/** constantly gains weight unless dieting, easier to gain weight. wGain + wLoss - weight gain/loss fluctuates randomly */
 			wGain: 0,
 			/** constantly loses weight unless gaining, easier to lose weight. wGain + wLoss - weight gain/loss fluctuates randomly */
diff --git a/src/player/js/PlayerState.js b/src/player/js/PlayerState.js
index e1299c67ab44f754c1690569b644454f30f28aa4..54e5149ca8e6ce07d6523bcab73c489d7dfb9afe 100644
--- a/src/player/js/PlayerState.js
+++ b/src/player/js/PlayerState.js
@@ -1704,8 +1704,6 @@ App.Entity.PlayerState = class PlayerState {
 			rearLipedema: 0,
 			/** has (or will have) a huge dong */
 			wellHung: 0,
-			/** predisposed to having and supporting larger tits */
-			bustSize: 0,
 			/** constantly gains weight unless dieting, easier to gain weight. wGain + wLoss - weight gain/loss fluctuates randomly */
 			wGain: 0,
 			/** constantly loses weight unless gaining, easier to lose weight. wGain + wLoss - weight gain/loss fluctuates randomly */