diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index 4b4a7a5694ba267f5c7478c459a80bd72480c924..01f78793171eafa177e1231ec3828d870cfc1bcf 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -528,7 +528,7 @@
 	<div>
 		<<if getSlave($AS).birthsTat > 0>>
 			<<if getSlave($AS).birthsTat > 1>>
-				$He has a series of num(getSlave($AS).birthsTat) baby-shaped tattoos adorning $his stomach; one for each successful pregnancy<<if getSlave($AS).pregKnown == 1>> and a temporary one for $his current pregnancy<</if>>.
+				$He has a series of <<= num(getSlave($AS).birthsTat)>> baby-shaped tattoos adorning $his stomach; one for each successful pregnancy<<if getSlave($AS).pregKnown == 1>> and a temporary one for $his current pregnancy<</if>>.
 			<<else>>
 				$He has a single baby-shaped tattoo<<if getSlave($AS).pregKnown == 1>>, and one temporary one,<</if>> adorning $his stomach.
 			<</if>>
@@ -551,7 +551,7 @@
 	<div>
 		<<if getSlave($AS).abortionTat > 0>>
 			<<if getSlave($AS).abortionTat > 1>>
-				$He has a series of num(getSlave($AS).abortionTat) crossed out baby-shaped tattoos<<if getSlave($AS).pregKnown == 1>>, and one uncrossed one,<</if>> adorning $his stomach.
+				$He has a series of <<= num(getSlave($AS).abortionTat)>> crossed out baby-shaped tattoos<<if getSlave($AS).pregKnown == 1>>, and one uncrossed one,<</if>> adorning $his stomach.
 			<<else>>
 				$He has a single crossed out baby-shaped tattoo<<if getSlave($AS).pregKnown == 1>>, and one uncrossed one,<</if>> adorning $his stomach.
 			<</if>>
@@ -636,7 +636,7 @@
 		<<if (getSlave($AS).custom.tattoo == "")>>
 			Give $him a custom tattoo: <<textbox "$slaves[$slaveIndices[$AS]].custom.tattoo" $slaves[$slaveIndices[$AS]].custom.tattoo "Slave Interact">>
 		<<else>>
-			$He <<if _hasTat == 1>>also<</if>> has a custom tattoo: getSlave($AS).custom.tattoo
+			$He <<if _hasTat == 1>>also<</if>> has a custom tattoo: <<= getSlave($AS).custom.tattoo>>
 			Change it here: <<textbox "$slaves[$slaveIndices[$AS]].custom.tattoo" $slaves[$slaveIndices[$AS]].custom.tattoo "Slave Interact">>
 		<</if>>
 		<<if getSlave($AS).custom.tattoo != "">>