diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index de4abf7b13288f6c7e6d2a0d42e540720edbad9b..cde345194ab50773478f2924ca75408a36e3be6f 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -603,7 +603,7 @@ Choose a tattoo style:
 
 	<<if ($tattooChoice != "bleached") && ($tattooChoice != "permanent makeup")>>
 	<<link "Entire body">>
-		<<set _degradation_Temp = 0>>
+		<<set _degradationTemp = 0>>
 		<<if $activeSlave.boobsTat != $tattooChoice>>
 			<<set $activeSlave.boobsTat = $tattooChoice>>
 			<<set $cash -= $modCost>>
@@ -644,7 +644,7 @@ Choose a tattoo style:
 			<<set $activeSlave.anusTat = "bleached">>
 			<<set $cash -= $modCost>>
 			<<set _degradationTemp += 1>>
-		<<elseif $activeSlave.anusTat != $tattooChoice
+		<<elseif $activeSlave.anusTat != $tattooChoice>>
 			<<set $activeSlave.anusTat = $tattooChoice>>
 			<<set $cash -= $modCost>>
 			<<set _degradationTemp += 1>>