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

Merge branch 'test-block-for-relative' into 'pregmod-master'

rework test block

See merge request pregmodfan/fc-pregmod!7452
parents e0215168 17900a95
No related branches found
No related tags found
1 merge request!7452rework test block
:: newSlaveIncestSex [nobr]
<br><br>
<<set _clothesTemp = $relative.clothes, $relative.clothes = "no clothing">>
<<set _clothesTemp2 = $relative2.clothes, $relative2.clothes = "no clothing">>
<span id="artFrame">
......@@ -73,15 +70,21 @@
<<set _genitals = _genitals.join(" and ") >>
<</if>>
<<if $debugMode >>
RELATIVE SLAVE (FIRST): <br>
_one ($relative.relation) <br>
$relative.physicalAge <br>
_oneshe / _oneher <br>
RELATIVE2 SLAVE (SECOND): <br>
_other ($relative2.relation) <br>
$relative2.physicalAge <br>
_othershe / _otherher <br>
<<if $debugMode>>
<p id="debug-relatives">
<<link "Debug info">>
<<replace "#debug-relatives">>
<h3>1st relative slave</h3>
<div>_one (relationship: <<= $relative.relationship>>, ID: <<= $relative.ID>>, relationshipTarget: $relative.relationshipTarget)</div>
<div>Age: $relative.physicalAge</div>
<div>Pronouns: $he / $her</div>
<h3>2nd relative slave</h3>
<div>_other (relationship: <<= $relative2.relationship>>, ID: <<= $relative2.ID>>, relationshipTarget: $relative2.relationshipTarget)</div>
<div>Age: $relative2.physicalAge</div>
<div>Pronouns: _she2 / _her2</div>
<</replace>>
<</link>>
</p>
<</if>>
<span id="result">
......
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