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

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

Fixed bad check in physicalDevelopment.tw

See merge request pregmodfan/fc-pregmod!4278
parents 58bef855 c13f7099
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<<set _rearQuirk = $args[0].geneticQuirks.rearLipedema == 2 ? 2 : 0>>
<<set _rearQuirkDivider = _rearQuirk == 0 ? 1 : _rearQuirk>>
<<if $args[0].geneticQuirks.gigantomastia == 2 && $args[0].geneticQuirks.gigantomastia == 2>>
<<if $args[0].geneticQuirks.gigantomastia == 2 && $args[0].geneticQuirks.macromastia == 2>>
<<set _gigantomastiaMod = 3>>
<<elseif $args[0].geneticQuirks.gigantomastia == 2>>
<<set _gigantomastiaMod = 2>>
......
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