From 9a40d0b7a63f4a3e02d09b63e1d1dbf3b8b26085 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Tue, 28 May 2019 22:08:31 -0400
Subject: [PATCH] more fixes

---
 src/js/descriptionWidgets.js             | 2 +-
 src/uncategorized/remoteSurgery.tw       | 2 +-
 src/utility/descriptionWidgetsFlesh.tw   | 1 -
 src/utility/descriptionWidgetsTattoos.tw | 1 -
 4 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/js/descriptionWidgets.js b/src/js/descriptionWidgets.js
index 525573af1c5..bcdb2e8260d 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 d0b511a6f6b..3377be581aa 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 fa2052bf483..4fad09b01ed 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 bc01302f886..27ba4d2511a 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">>
-- 
GitLab