Skip to content
Snippets Groups Projects
Commit 98446ca5 authored by klorpa's avatar klorpa
Browse files

Fixems

parent 283ce886
No related branches found
No related tags found
No related merge requests found
...@@ -128,9 +128,9 @@ ...@@ -128,9 +128,9 @@
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
Reserved: $PC.womb[_ap].reserve Reserved: $PC.womb[_ap].reserve
<</if>> <</if>>
<br><br>&nbsp;&nbsp;&nbsp;&nbsp; <br><br>&nbsp;&nbsp;&nbsp;&nbsp;
Rename: <<textbox "_tempName" _tempName >> [[Apply | Analyze PC Pregnancy][$PC.womb[_ap].genetics.name = _tempName]] Rename: <<textbox "_tempName" _tempName >> [[Apply | Analyze PC Pregnancy][$PC.womb[_ap].genetics.name = _tempName]]
<<if $PC.womb[_ap].age < 4 && $PC.womb[_ap].fatherID != -6>> <<if $PC.womb[_ap].age < 4 && $PC.womb[_ap].fatherID != -6>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
<<if $incubator > 0>> <<if $incubator > 0>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
<<if $PC.womb[_ap].reserve === "incubator">> <<if $PC.womb[_ap].reserve === "incubator">>
<<link "Don't keep this child in $incubatorName" "Analyze PC Pregnancy">> <<link "Remove this child from $incubatorName" "Analyze PC Pregnancy">>
<<set $PC.womb[_ap].reserve = "">> <<set $PC.womb[_ap].reserve = "">>
<<set $reservedChildren-->> <<set $reservedChildren-->>
<</link>> <</link>>
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
<<if $nursery > 0>> <<if $nursery > 0>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
<<if $PC.womb[_ap].reserve === "nursery">> <<if $PC.womb[_ap].reserve === "nursery">>
<<link "Don't keep this child in $nurseryName" "Analyze PC Pregnancy">> <<link "Remove this child from $nurseryName" "Analyze PC Pregnancy">>
<<set $PC.womb[_ap].reserve = "">> <<set $PC.womb[_ap].reserve = "">>
<<set $reservedChildrenNursery-->> <<set $reservedChildrenNursery-->>
<</link>> <</link>>
...@@ -180,5 +180,5 @@ ...@@ -180,5 +180,5 @@
<br><br><hr style="margin:0"><br> <br><br><hr style="margin:0"><br>
<</capture>> <</capture>>
<</for>> <</for>>
<</if>> <</if>>
...@@ -11,11 +11,11 @@ More elite citizens require their own slaves and will cause the population of sl ...@@ -11,11 +11,11 @@ More elite citizens require their own slaves and will cause the population of sl
_FSScore = 0, /*FS progress for tourism*/ _FSScore = 0, /*FS progress for tourism*/
_slaveDemandU = 1, /*Changes to upperclass slave demand*/ _slaveDemandU = 1, /*Changes to upperclass slave demand*/
_slaveDemandT = 1, /*Changes to topclass slave demand*/ _slaveDemandT = 1, /*Changes to topclass slave demand*/
_expirationFS = 1, /*changes to likelyhood of slave death*/ _expirationFS = 1, /*changes to likelihood of slave death*/
_slaveProductivity = 0, /*changes to slave productivity*/ _slaveProductivity = 0, /*changes to slave productivity*/
_lowerClass = 0, /*fixed amount of changes to lowerclass interest to move in*/ _lowerClass = 0, /*fixed amount of changes to lowerclass interest to move in*/
_lowerClassP = 1, /*scaling changes to lowerclass interest ("stacking bonus")*/ _lowerClassP = 1, /*scaling changes to lowerclass interest ("stacking bonus")*/
_welfareFS = 1, /*changes to likelyhood of lowerclass getting enslaved*/ _welfareFS = 1, /*changes to likelihood of lowerclass getting enslaved*/
_middleClass = 0, /*see lowerclass examples for the rest of these*/ _middleClass = 0, /*see lowerclass examples for the rest of these*/
_middleClassP = 1, _middleClassP = 1,
_upperClass = 0, _upperClass = 0,
...@@ -1246,18 +1246,18 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@ ...@@ -1246,18 +1246,18 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@
<<if $desc.length > 0>> <<if $desc.length > 0>>
Your arcology's economy benefits from close social alignment with Your arcology's economy benefits from close social alignment with
<<if $desc.length > 2>> <<if $desc.length > 2>>
''$desc[0]'', ''$desc[0]'',
<<for $k = 1; $k < $desc.length; $k++>> <<for $k = 1; $k < $desc.length; $k++>>
<<if $k < $desc.length-1>> <<if $k < $desc.length-1>>
''$desc[$k]'', ''$desc[$k]'',
<<else>> <<else>>
and ''$desc[$k]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> and ''$desc[$k]''<<if $descNeg.length > 0>>, but<<else>>.<</if>>
<</if>> <</if>>
<</for>> <</for>>
<<elseif $desc.length == 2>> <<elseif $desc.length == 2>>
''$desc[0]'' and ''$desc[1]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> ''$desc[0]'' and ''$desc[1]''<<if $descNeg.length > 0>>, but<<else>>.<</if>>
<<else>> <<else>>
''$desc[0]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> ''$desc[0]''<<if $descNeg.length > 0>>, but<<else>>.<</if>>
<</if>> <</if>>
<<set _AWeekGrowth += $desc.length>> <<set _AWeekGrowth += $desc.length>>
<</if>> <</if>>
...@@ -1265,18 +1265,18 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@ ...@@ -1265,18 +1265,18 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@
<<if $desc.length == 0>>Your arcology's economy<</if>> <<if $desc.length == 0>>Your arcology's economy<</if>>
is hindered by social conflicts with is hindered by social conflicts with
<<if $descNeg.length > 2>> <<if $descNeg.length > 2>>
''$descNeg[0]'', ''$descNeg[0]'',
<<for $k = 1; $k < $descNeg.length; $k++>> <<for $k = 1; $k < $descNeg.length; $k++>>
<<if $k < $descNeg.length-1>> <<if $k < $descNeg.length-1>>
''$descNeg[$k]'', ''$descNeg[$k]'',
<<else>> <<else>>
and ''$descNeg[$k]''. and ''$descNeg[$k]''.
<</if>> <</if>>
<</for>> <</for>>
<<elseif $descNeg.length == 2>> <<elseif $descNeg.length == 2>>
''$descNeg[0]'' and ''$descNeg[1]''. ''$descNeg[0]'' and ''$descNeg[1]''.
<<else>> <<else>>
''$descNeg[0]''. ''$descNeg[0]''.
<</if>> <</if>>
<<set _AWeekGrowth -= $descNeg.length>> <<set _AWeekGrowth -= $descNeg.length>>
<</if>> <</if>>
...@@ -1348,20 +1348,20 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@ ...@@ -1348,20 +1348,20 @@ earning you @@.yellowgreen;<<print cashFormat(_earnings)>>.@@
<br> <br>
<<if $TSS.schoolPresent == 1>> <<if $TSS.schoolPresent == 1>>
<br> <br>
The Slave School has a <<if $TSS.schoolProsperity > 4>>very prosperous<<elseif $TSS.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name. The Slave School has a <<if $TSS.schoolProsperity > 4>>very prosperous<<elseif $TSS.schoolProsperity < -4>>struggling<<else>>thriving<</if>> branch campus in $arcologies[0].name.
<<if $TSS.schoolProsperity >= 10>> <<if $TSS.schoolProsperity >= 10>>
It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>> It is one of the finest slave schools in the world<<if $rep > 19000>>.<<else>>, @@.green;improving your reputation.@@<<set $rep += 200>><</if>>
<<set $TSS.subsidize = 0>> <<set $TSS.subsidize = 0>>
<<set $TSS.schoolProsperity = 10>> <<set $TSS.schoolProsperity = 10>>
<</if>> <</if>>
<<if $TSS.subsidize == 1>> <<if $TSS.subsidize == 1>>
You have a policy of subsidizing them. You have a policy of subsidizing them.
<<set $TSS.schoolProsperity++>> <<set $TSS.schoolProsperity++>>
<<elseif $TSS.subsidize == -1>> <<elseif $TSS.subsidize == -1>>
You have a policy of covertly undermining them. You have a policy of covertly undermining them.
<<set $TSS.schoolProsperity-->> <<set $TSS.schoolProsperity-->>
<</if>> <</if>>
<</if>> <</if>>
<<if $GRI.schoolPresent == 1>> <<if $GRI.schoolPresent == 1>>
......
...@@ -39,12 +39,9 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el ...@@ -39,12 +39,9 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
<<if ($arcologies[0].FSSupremacistDecoration == 100) || ($arcologies[0].FSSubjugationistDecoration == 100) || ($arcologies[0].FSGenderRadicalistDecoration == 100) || ($arcologies[0].FSGenderFundamentalistDecoration == 100) || ($arcologies[0].FSPaternalistDecoration == 100) || ($arcologies[0].FSDegradationistDecoration == 100) || ($arcologies[0].FSBodyPuristDecoration == 100) || ($arcologies[0].FSTransformationFetishistDecoration == 100) || ($arcologies[0].FSYouthPreferentialistDecoration == 100) || ($arcologies[0].FSMaturityPreferentialistDecoration == 100) || ($arcologies[0].FSSlimnessEnthusiastDecoration == 100) || ($arcologies[0].FSAssetExpansionistDecoration == 100) || ($arcologies[0].FSPastoralistDecoration == 100) || ($arcologies[0].FSPhysicalIdealistDecoration == 100) || ($arcologies[0].FSChattelReligionistDecoration == 100) || ($arcologies[0].FSRomanRevivalistDecoration == 100) || ($arcologies[0].FSAztecRevivalistDecoration == 100) || ($arcologies[0].FSEgyptianRevivalistDecoration == 100) || ($arcologies[0].FSEdoRevivalistDecoration == 100) || ($arcologies[0].FSArabianRevivalistDecoration == 100) || ($arcologies[0].FSChineseRevivalistDecoration == 100) || ($arcologies[0].FSRepopulationFocusDecoration == 100) || ($arcologies[0].FSRestartDecoration == 100) || ($arcologies[0].FSHedonisticDecadenceDecoration == 100)>> <<if ($arcologies[0].FSSupremacistDecoration == 100) || ($arcologies[0].FSSubjugationistDecoration == 100) || ($arcologies[0].FSGenderRadicalistDecoration == 100) || ($arcologies[0].FSGenderFundamentalistDecoration == 100) || ($arcologies[0].FSPaternalistDecoration == 100) || ($arcologies[0].FSDegradationistDecoration == 100) || ($arcologies[0].FSBodyPuristDecoration == 100) || ($arcologies[0].FSTransformationFetishistDecoration == 100) || ($arcologies[0].FSYouthPreferentialistDecoration == 100) || ($arcologies[0].FSMaturityPreferentialistDecoration == 100) || ($arcologies[0].FSSlimnessEnthusiastDecoration == 100) || ($arcologies[0].FSAssetExpansionistDecoration == 100) || ($arcologies[0].FSPastoralistDecoration == 100) || ($arcologies[0].FSPhysicalIdealistDecoration == 100) || ($arcologies[0].FSChattelReligionistDecoration == 100) || ($arcologies[0].FSRomanRevivalistDecoration == 100) || ($arcologies[0].FSAztecRevivalistDecoration == 100) || ($arcologies[0].FSEgyptianRevivalistDecoration == 100) || ($arcologies[0].FSEdoRevivalistDecoration == 100) || ($arcologies[0].FSArabianRevivalistDecoration == 100) || ($arcologies[0].FSChineseRevivalistDecoration == 100) || ($arcologies[0].FSRepopulationFocusDecoration == 100) || ($arcologies[0].FSRestartDecoration == 100) || ($arcologies[0].FSHedonisticDecadenceDecoration == 100)>>
Outside the main entrance, there is an enormous statue of an idealized Outside the main entrance, there is an enormous statue of an idealized
<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>> <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure with several statues of nude slaves at its feet.
with several statues of nude slaves at its feet.
<<if $arcologies[0].FSSupremacistDecoration == 100>> <<if $arcologies[0].FSSupremacistDecoration == 100>>
The central The central <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure has distinctly $arcologies[0].FSSupremacistRace features.
<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>>
has distinctly $arcologies[0].FSSupremacistRace features.
<</if>> <</if>>
<<if $arcologies[0].FSSubjugationistDecoration == 100>> <<if $arcologies[0].FSSubjugationistDecoration == 100>>
The slaves have exaggerated $arcologies[0].FSSubjugationistRace features. The slaves have exaggerated $arcologies[0].FSSubjugationistRace features.
...@@ -56,8 +53,7 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el ...@@ -56,8 +53,7 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
The slaves are all perfectly female. The slaves are all perfectly female.
<</if>> <</if>>
<<if $arcologies[0].FSPaternalistDecoration == 100>> <<if $arcologies[0].FSPaternalistDecoration == 100>>
The slaves are gazing adoringly up at the central The slaves are gazing adoringly up at the central <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure.
<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>>.
<</if>> <</if>>
<<if $arcologies[0].FSDegradationistDecoration == 100>> <<if $arcologies[0].FSDegradationistDecoration == 100>>
The slaves are cowering, and are wearing chains. The slaves are cowering, and are wearing chains.
...@@ -90,7 +86,9 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el ...@@ -90,7 +86,9 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
<<if $arcologies[0].FSRestartDecoration == 100>> <<if $arcologies[0].FSRestartDecoration == 100>>
The central The central
<<if ($PC.dick == 1) && ($PC.vagina == 1)>> <<if ($PC.dick == 1) && ($PC.vagina == 1)>>
shemale figure's balls are oversized and her stomach slightly rounded, futanari figure's balls are oversized and her stomach slightly rounded,
<<elseif ($PC.dick == 1) && ($PC.boobs == 1)>>
shemale figure's balls are swollen with virile seed,
<<elseif ($PC.dick == 1)>> <<elseif ($PC.dick == 1)>>
male figure's balls are swollen with virile seed, male figure's balls are swollen with virile seed,
<<else>> <<else>>
...@@ -103,34 +101,29 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el ...@@ -103,34 +101,29 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
<</if>> <</if>>
<<if $arcologies[0].FSPhysicalIdealistDecoration == 100>> <<if $arcologies[0].FSPhysicalIdealistDecoration == 100>>
Both the central Both the central
<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>> <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure and the slaves are <<if $arcologies[0].FSPhysicalIdealistLaw == 1>>quite fit<<else>>very muscular<</if>>.
and the slaves are <<if $arcologies[0].FSPhysicalIdealistLaw == 1>>quite fit<<else>>very muscular<</if>>.
<</if>> <</if>>
<<if $arcologies[0].FSHedonisticDecadenceDecoration == 100>> <<if $arcologies[0].FSHedonisticDecadenceDecoration == 100>>
The central The central
<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>> <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure has a distinct softness to its body, while the slaves are delightfully rotund.
has a distinct softness to its body, while the slaves are delightfully rotund.
<</if>> <</if>>
<<if $arcologies[0].FSChattelReligionistDecoration == 100>> <<if $arcologies[0].FSChattelReligionistDecoration == 100>>
The central The central
<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>> has a halo behind <<if $PC.title == 1>>his<<else>>her<</if>> head, and the slaves are in attitudes of worship. <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure has a halo behind <<if $PC.title == 1>>his<<else>>her<</if>> head, and the slaves are in attitudes of worship.
<</if>> <</if>>
<<if $arcologies[0].FSRomanRevivalistDecoration == 100>> <<if $arcologies[0].FSRomanRevivalistDecoration == 100>>
The central The central
<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>> is wearing a toga; <<if $PC.title == 1>>he<<else>>she<</if>> has a laurel wreath about <<if $PC.title == 1>>his<<else>>her<</if>> brow. <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure is wearing a toga; <<if $PC.title == 1>>he<<else>>she<</if>> has a laurel wreath about <<if $PC.title == 1>>his<<else>>her<</if>> brow.
<</if>> <</if>>
<<if $arcologies[0].FSAztecRevivalistDecoration == 100>> <<if $arcologies[0].FSAztecRevivalistDecoration == 100>>
The central The central
<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>> is wearing a feathered cloak, ornamented with jewels; <<if $PC.title == 1>>he<<else>>she<</if>> has a giant headdress on <<if $PC.title == 1>>his<<else>>her<</if>> head. <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure is wearing a feathered cloak, ornamented with jewels; <<if $PC.title == 1>>he<<else>>she<</if>> has a giant headdress on <<if $PC.title == 1>>his<<else>>her<</if>> head.
<</if>> <</if>>
<<if $arcologies[0].FSEgyptianRevivalistDecoration == 100>> <<if $arcologies[0].FSEgyptianRevivalistDecoration == 100>>
The central The central <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure is wearing a pharaoh's crown.
<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>> is wearing a pharaoh's crown.
<</if>> <</if>>
<<if $arcologies[0].FSEdoRevivalistDecoration == 100>> <<if $arcologies[0].FSEdoRevivalistDecoration == 100>>
The central The central <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure has a hand resting confidently on the hilts of the sheathed katana and wakizashi
<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>>
figure has a hand resting confidently on the hilts of the sheathed katana and wakizashi
<<if ($PC.title == 1)>> <<if ($PC.title == 1)>>
he he
<<else>> <<else>>
...@@ -145,12 +138,10 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el ...@@ -145,12 +138,10 @@ Its<<if $weatherCladding == 2>> glorious<<elseif $weatherCladding > 0>> dull<<el
waist. waist.
<</if>> <</if>>
<<if $arcologies[0].FSArabianRevivalistDecoration == 100>> <<if $arcologies[0].FSArabianRevivalistDecoration == 100>>
The central The central <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure is wearing a turban and flowing robes.
<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>> is wearing a turban and flowing robes.
<</if>> <</if>>
<<if $arcologies[0].FSChineseRevivalistDecoration == 100>> <<if $arcologies[0].FSChineseRevivalistDecoration == 100>>
The central The central <<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale<<else>>male<</if>><<else>>female<</if>> figure is wearing the robes of an ancient Chinese
<<if ($PC.dick == 1)>><<if ($PC.vagina == 1)>>futanari<<elseif ($PC.boobs == 1)>>shemale figure<<else>>male figure<</if>><<else>>female figure<</if>> is wearing the robes of an ancient Chinese
<<if ($PC.title == 1)>> <<if ($PC.title == 1)>>
Emperor. Emperor.
<<else>> <<else>>
......
...@@ -30,7 +30,7 @@ I need to break single passage to several widgets, as it's been overcomplicated ...@@ -30,7 +30,7 @@ I need to break single passage to several widgets, as it's been overcomplicated
<</if>> <</if>>
<</if>> <</if>>
<<set $dispositionId = _.uniqueId('babyDisposition-')>> <<set $dispositionId = _.uniqueId('babyDisposition-')>>
Birth report: @@.coral;SlaveFullName($slaves[$i])@@ Birth report: @@.coral;<<= SlaveFullName($HeadGirl)>>@@
<br> <br>
<<seBirthPreChek>> <<seBirthPreChek>>
<<seBirthPreScene>> <<seBirthPreScene>>
......
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