diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js
index 525573af1c5db34eb876864f16440e8dcefd3b71..bcdb2e8260d2dce10475e1527fbfbfb83137c8cb 100644
--- a/src/js/descriptionWidgets.js
+++ b/src/js/descriptionWidgets.js
@@ -599,7 +599,7 @@ App.Desc.brand = function(slave, surface) {
 		if (slave.brand) {
 			bellyAccessory = slave.bellyAccessory;
 			if (setup.fakeBellies.includes(bellyAccessory) && slave.brand["belly"] !== 0) {
-				r += `${His} fake belly has ${slave.brand} branded on it. `;
+				r += `${His} fake belly has ${slave.brand["belly"]} branded on it. `;
 			} else {
 				for (let [key, value] of Object.entries(slave.brand)) {
 					if (value !== 0) {
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index d0b511a6f6b44a1668059215a73b69d41a7c4d35..3377be581aa7a0930fcdc9831d2524def62d8080 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -197,7 +197,7 @@ $He has
 		<<if $activeSlave.hears != -2 && $activeSlave.earImplant != 1>>
 			<<set $activeSlave.hears = -1>>
 		<</if>>
-		<<set $activeSlave.brand["left ear"] = 0, $activeSlave.brand["right ear"] = 0, $activeSlave.brand["both ear"] = 0>>
+		<<set $activeSlave.brand["left ear"] = 0, $activeSlave.brand["right ear"] = 0>>
 	<<else>>
 		<<if $activeSlave.earShape != "pointy">>
 			| [[Reshape into small elfin ears|Surgery Degradation][$activeSlave.earShape = "pointy", cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave), $activeSlave.health -= 10, $surgeryType = "earMinor"]]
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index fa2052bf483c56d62e9a20d81c536b9bf69bc428..4fad09b01ed330c767de2cb3b39150ceeee2003a 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -3617,7 +3617,6 @@ $He's got a
 		<<dickTatDescription>>
 		<<dickPiercingDescription>>
 		<<= App.Desc.brand($activeSlave, "penis")>>
-		<<= App.Desc.brand($activeSlave, "testicles")>>
 		<<= App.Desc.brand($activeSlave, "left testicle")>>
 		<<= App.Desc.brand($activeSlave, "right testicle")>>
 	<</if>>
diff --git a/src/utility/descriptionWidgetsTattoos.tw b/src/utility/descriptionWidgetsTattoos.tw
index bc01302f886f95a69ef0af1719ca08971f895ec6..27ba4d2511a42903727b4907fd55af9a4625ea19 100644
--- a/src/utility/descriptionWidgetsTattoos.tw
+++ b/src/utility/descriptionWidgetsTattoos.tw
@@ -408,7 +408,6 @@
 <<= App.Desc.brand($activeSlave, "left thigh")>>
 <<= App.Desc.brand($activeSlave, "right buttock")>>
 <<= App.Desc.brand($activeSlave, "right thigh")>>
-<<= App.Desc.brand($activeSlave, "thighs")>>
 <</widget>>
 
 <<widget "vaginaTatDescription">>