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

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

Corrected bad clit removing code

See merge request pregmodfan/fc-pregmod!4367
parents 0afe5aa7 013d55fa
No related branches found
No related tags found
1 merge request!4367Corrected bad clit removing code
......@@ -174,7 +174,7 @@
<<set $slaves[_i].rivalryTarget = 0, $slaves[_i].rivalry = 0>>
<</if>>
<<if $slaves[_i].vagina < 0>>
<<set $slaves[_i].vaginalAccessory = "none", $slaves[_i].chastityVagina = 0, $slaves[_i].vaginaPiercing = 0, $slaves[_i].clit = 0, $slaves[_i].clitPiercing = 0>>
<<set $slaves[_i].vaginalAccessory = "none", $slaves[_i].chastityVagina = 0, $slaves[_i].vaginaPiercing = 0>>
<</if>>
<<if $slaves[_i].dick == 0>>
<<set $slaves[_i].dickAccessory = "none", $slaves[_i].chastityPenis = 0, $slaves[_i].dickTat = 0, $slaves[_i].dickPiercing = 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