Skip to content
Snippets Groups Projects
Commit 3fd81544 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master' into 'pregmod-master'

fixed wrong function name

See merge request pregmodfan/fc-pregmod!5903
parents 36439a79 6ffcfd12
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