From 93fc970f9a6ebc6c5879db619bd1c332451aafd0 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Sun, 26 May 2019 00:20:16 -0400
Subject: [PATCH] quick brand fix

quick fix
---
 src/uncategorized/bodyModification.tw | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index cd1e16c110d..1761ec1c947 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -1024,12 +1024,12 @@ Choose a site for branding:
 
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
 <<if ["neck", "chest", "belly", "pubic mound", "back", "lower back", "penis"].includes($brandTarget.local)>>
-	[[Brand|Body Modification][$brandApplied = 1,$activeSlave.brand = $brandDesign,$activeSlave.brandLocation = $brandTarget.local,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$degradation += 10]] with $brandDesign on the $brandTarget.local.
+	[[Brand|Body Modification][$brandApplied = 1,$activeSlave.brand = $brandDesign.local,$activeSlave.brandLocation = $brandTarget.local,cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave),$degradation += 10]] with $brandDesign.local on the $brandTarget.local.
 <<else>>
-	Brand $him now with ''$brandDesign'' on the
+	Brand $him now with ''$brandDesign.local'' on the
 	<<link "left">>
 		<<set $brandApplied = 1>>
-		<<set $activeSlave.brand = $brandDesign>>
+		<<set $activeSlave.brand = $brandDesign.local>>
 		<<set $activeSlave.brandLocation = ("left " + $brandTarget.local)>>
 		<<run cashX(forceNeg($modCost), "slaveMod", $activeSlave)>>
 		<<set $degradation += 10>>
@@ -1038,7 +1038,7 @@ Choose a site for branding:
 	$brandTarget.local, the
 	<<link "right">>
 		<<set $brandApplied = 1>>
-		<<set $activeSlave.brand = $brandDesign>>
+		<<set $activeSlave.brand = $brandDesign.local>>
 		<<set $activeSlave.brandLocation = ("right " + $brandTarget.local)>>
 		<<run cashX(forceNeg($modCost), "slaveMod", $activeSlave)>>
 		<<set $degradation += 10>>
@@ -1047,7 +1047,7 @@ Choose a site for branding:
 	$brandTarget.local, or
 	<<link "both">>
 		<<set $brandApplied = 1>>
-		<<set $activeSlave.brand = $brandDesign>>
+		<<set $activeSlave.brand = $brandDesign.local>>
 		<<if $brandTarget.local == "ear">>
 			<<set $activeSlave.brandLocation = "ears">>
 		<<elseif $brandTarget.local == "cheek">>
-- 
GitLab