Skip to content
Snippets Groups Projects
Commit 46fc49c1 authored by kopareigns's avatar kopareigns
Browse files

Fix

parent 108a72b3
No related branches found
No related tags found
2 merge requests!2084Fixes,!2047RA rework
...@@ -603,7 +603,7 @@ Choose a tattoo style: ...@@ -603,7 +603,7 @@ Choose a tattoo style:
<<if ($tattooChoice != "bleached") && ($tattooChoice != "permanent makeup")>> <<if ($tattooChoice != "bleached") && ($tattooChoice != "permanent makeup")>>
<<link "Entire body">> <<link "Entire body">>
<<set _degradation_Temp = 0>> <<set _degradationTemp = 0>>
<<if $activeSlave.boobsTat != $tattooChoice>> <<if $activeSlave.boobsTat != $tattooChoice>>
<<set $activeSlave.boobsTat = $tattooChoice>> <<set $activeSlave.boobsTat = $tattooChoice>>
<<set $cash -= $modCost>> <<set $cash -= $modCost>>
...@@ -644,7 +644,7 @@ Choose a tattoo style: ...@@ -644,7 +644,7 @@ Choose a tattoo style:
<<set $activeSlave.anusTat = "bleached">> <<set $activeSlave.anusTat = "bleached">>
<<set $cash -= $modCost>> <<set $cash -= $modCost>>
<<set _degradationTemp += 1>> <<set _degradationTemp += 1>>
<<elseif $activeSlave.anusTat != $tattooChoice <<elseif $activeSlave.anusTat != $tattooChoice>>
<<set $activeSlave.anusTat = $tattooChoice>> <<set $activeSlave.anusTat = $tattooChoice>>
<<set $cash -= $modCost>> <<set $cash -= $modCost>>
<<set _degradationTemp += 1>> <<set _degradationTemp += 1>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment