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

fix

parent dfe98955
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@
<<set $tempSlave.waist = Number($tempSlave.waist) || 0>>
<<set $tempSlave.height = Number($tempSlave.height) || 0>>
<<set $tempSlave.heightImplant = Number($tempSlave.heightImplant) || 0>>
<<set $tempSlave.bellyImplant = Number($tempSlave.bellyImplant) || -1>>
<<set $tempSlave.bellyImplant = Number($tempSlave.bellyImplant)>>
<<set $tempSlave.bellySag = Number($tempSlave.bellySag) || 0>>
<<set $tempSlave.boobs = Number($tempSlave.boobs) || 200>>
<<set $tempSlave.boobsImplant = Number($tempSlave.boobsImplant) || 0>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment