From 04d8cd86d8daf721df7149100a944251198f36dd Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 12 Aug 2020 23:41:18 -0400 Subject: [PATCH] rework test block --- src/npc/newSlaveIncestSex.tw | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/npc/newSlaveIncestSex.tw b/src/npc/newSlaveIncestSex.tw index 5a07f1e820a..aa9973faf5f 100644 --- a/src/npc/newSlaveIncestSex.tw +++ b/src/npc/newSlaveIncestSex.tw @@ -73,15 +73,15 @@ <<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>> + <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> <</if>> <span id="result"> -- GitLab