Skip to content
Snippets Groups Projects
Commit 6ffcfd12 authored by CheaterDude's avatar CheaterDude
Browse files

fixed wrong function name

<<set $activeSlave.skin = getGeneticSkin($activeSlave)>> ----> <<set $activeSlave.skin = getGeneticSkinColor($activeSlave)>>
parent 1bc6139e
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
<<set $activeSlave.lips = $customSlave.lips>> <<set $activeSlave.lips = $customSlave.lips>>
<<if $customSlave.skin != "left natural">> <<if $customSlave.skin != "left natural">>
<<set $activeSlave.origSkin = $customSlave.skin>> <<set $activeSlave.origSkin = $customSlave.skin>>
<<set $activeSlave.skin = getGeneticSkin($activeSlave)>> <<set $activeSlave.skin = getGeneticSkinColor($activeSlave)>>
<</if>> <</if>>
<<set $activeSlave.boobs = $customSlave.boobs>> <<set $activeSlave.boobs = $customSlave.boobs>>
<<set $activeSlave.butt = $customSlave.butt>> <<set $activeSlave.butt = $customSlave.butt>>
......
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