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

Fixes

parent 13eb865e
No related branches found
No related tags found
2 merge requests!1155Pregmod master,!1080Pregmod v1021-178
......@@ -4782,4 +4782,9 @@ Pregmod 0.10.3.0
-fixed bugs
177
-fixes
12/02/17
178
-fixes
\ No newline at end of file
......@@ -146,6 +146,7 @@ The son cheers happily and hugs his relieved mother. She leans in and kisses him
<<set $activeSlave.ovaries = 0>>
<<set $activeSlave.balls = 2>>
<<set $activeSlave.scrotum = 2>>
<<set $activeSlave.prostate = 1>>
<<set $activeSlave.clit = 0>>
<<set $activeSlave.vaginalSkill = 0>>
<<set $activeSlave.faceShape = "cute">>
......@@ -196,6 +197,7 @@ The daughter cheers happily and hugs her relieved father. He leans in and kisses
<<set $activeSlave.balls = 0>>
<<set $activeSlave.scrotum = 0>>
<<set $activeSlave.clit = 1>>
<<set $activeSlave.prostate = 0>>
<<set $activeSlave.vaginalSkill = 50>>
<<set $activeSlave.boobs = (random(3,6)*100)>>
<<set $activeSlave.pregType = 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