Skip to content
Snippets Groups Projects
Commit 6f093924 authored by Transhumanist01's avatar Transhumanist01
Browse files

Update saAgent.tw

parent 5dd34617
No related branches found
No related tags found
1 merge request!6845advanced genetic quirks
......@@ -526,4 +526,16 @@
<<set $slaves[$i].hLength += 1>>
<</if>>
<<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 1 && $slaves[$i].vagina < 4 && $slaves[$i].vagina > 0>>
<<set $slave.vagina += 1>>
<</if>>
<<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 1 && $slaves[$i].vaginaLube < 2 && $slaves[$i].vagina > 0>>
<<set $slave.vaginaLube += 1>>
<</if>>
<<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 1 && $slaves[$i].hips < 3 && random(70-$slaves[$i].physicalAge,300) < $slaves[$i].hormoneBalance>>
<<set $slave.hips += 1>>
<</if>>
<<set $slaves[$i].illness = 0>>
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