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

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

Pregmod v1022-34

See merge request pregmodfan/fc-pregmod!1767
parents d33f938e 43c28b80
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,10 @@
4/09/2018
34
-fixes to slaveSummary name flipping
-fixed bad array in bellyDesc
33
-fixes
-typo corrections
......
......@@ -76,7 +76,7 @@
<<for !_.isUndefined(_ssi = _filteredSlaveIdxs.shift())>>
<<set _Slave = $slaves[_ssi]>>
<<if $surnameOrder != 1>>
<<if ["Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese"].includes(_Slave.nationality)>>
<<if ["Cambodian", "Chinese", "Hungarian", "Japanese", "Korean", "Mongolian", "Taiwanese", "Vietnamese"].includes(_Slave.nationality)>>
<<set _slaveName = [_Slave.slaveSurname || "", _Slave.slaveName].join(" ").trim()>>
<<else>>
<<set _slaveName = [_Slave.slaveName, _Slave.slaveSurname || ""].join(" ").trim()>>
......
......@@ -8220,7 +8220,7 @@ $pronounCap has
<<elseif $activeSlave.weight > 130>>
$activeSlave.slaveName's bodysuit tightly clings to $possessive big fat belly, displaying every fold and roll in it.
<<elseif $activeSlave.bellyPreg >= 5000 || ($activeSlave.bellyAccessory == "a medium empathy belly")>>
$activeSlave.slaveName's bodysuit tightly clings to $possessive pregnant belly, displaying $possessive popped navel<<if ![""a medium empathy belly""].includes($activeSlave.bellyAccessory)>> and any movement $possessive babies make<</if>>.
$activeSlave.slaveName's bodysuit tightly clings to $possessive pregnant belly, displaying $possessive popped navel<<if !["a medium empathy belly"].includes($activeSlave.bellyAccessory)>> and any movement $possessive babies make<</if>>.
<<elseif $activeSlave.weight > 95>>
$activeSlave.slaveName's bodysuit tightly clings to $possessive fat belly, displaying every fold and roll in it.
<<elseif (($activeSlave.bellyPreg >= 1500) || ($activeSlave.bellyAccessory == "a small empathy belly"))>>
......
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