From 46fc49c18d308f464fb5a7b09a07de8bf502b186 Mon Sep 17 00:00:00 2001 From: kopareigns <kopareigns@gmail.com> Date: Tue, 29 May 2018 01:49:03 -0400 Subject: [PATCH] Fix --- src/uncategorized/bodyModification.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw index de4abf7b132..cde345194ab 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>> -- GitLab