Skip to content
Snippets Groups Projects
Commit 68c4e9f1 authored by Arkerthan's avatar Arkerthan
Browse files

fix missing <<=>>

parent 25b5329f
Branches
Tags
1 merge request!6761fix missing <<=>>
...@@ -528,7 +528,7 @@ ...@@ -528,7 +528,7 @@
<div> <div>
<<if getSlave($AS).birthsTat > 0>> <<if getSlave($AS).birthsTat > 0>>
<<if getSlave($AS).birthsTat > 1>> <<if getSlave($AS).birthsTat > 1>>
$He has a series of num(getSlave($AS).birthsTat) baby-shaped tattoos adorning $his stomach; one for each successful pregnancy<<if getSlave($AS).pregKnown == 1>> and a temporary one for $his current pregnancy<</if>>. $He has a series of <<= num(getSlave($AS).birthsTat)>> baby-shaped tattoos adorning $his stomach; one for each successful pregnancy<<if getSlave($AS).pregKnown == 1>> and a temporary one for $his current pregnancy<</if>>.
<<else>> <<else>>
$He has a single baby-shaped tattoo<<if getSlave($AS).pregKnown == 1>>, and one temporary one,<</if>> adorning $his stomach. $He has a single baby-shaped tattoo<<if getSlave($AS).pregKnown == 1>>, and one temporary one,<</if>> adorning $his stomach.
<</if>> <</if>>
...@@ -551,7 +551,7 @@ ...@@ -551,7 +551,7 @@
<div> <div>
<<if getSlave($AS).abortionTat > 0>> <<if getSlave($AS).abortionTat > 0>>
<<if getSlave($AS).abortionTat > 1>> <<if getSlave($AS).abortionTat > 1>>
$He has a series of num(getSlave($AS).abortionTat) crossed out baby-shaped tattoos<<if getSlave($AS).pregKnown == 1>>, and one uncrossed one,<</if>> adorning $his stomach. $He has a series of <<= num(getSlave($AS).abortionTat)>> crossed out baby-shaped tattoos<<if getSlave($AS).pregKnown == 1>>, and one uncrossed one,<</if>> adorning $his stomach.
<<else>> <<else>>
$He has a single crossed out baby-shaped tattoo<<if getSlave($AS).pregKnown == 1>>, and one uncrossed one,<</if>> adorning $his stomach. $He has a single crossed out baby-shaped tattoo<<if getSlave($AS).pregKnown == 1>>, and one uncrossed one,<</if>> adorning $his stomach.
<</if>> <</if>>
...@@ -636,7 +636,7 @@ ...@@ -636,7 +636,7 @@
<<if (getSlave($AS).custom.tattoo == "")>> <<if (getSlave($AS).custom.tattoo == "")>>
Give $him a custom tattoo: <<textbox "$slaves[$slaveIndices[$AS]].custom.tattoo" $slaves[$slaveIndices[$AS]].custom.tattoo "Slave Interact">> Give $him a custom tattoo: <<textbox "$slaves[$slaveIndices[$AS]].custom.tattoo" $slaves[$slaveIndices[$AS]].custom.tattoo "Slave Interact">>
<<else>> <<else>>
$He <<if _hasTat == 1>>also<</if>> has a custom tattoo: getSlave($AS).custom.tattoo $He <<if _hasTat == 1>>also<</if>> has a custom tattoo: <<= getSlave($AS).custom.tattoo>>
Change it here: <<textbox "$slaves[$slaveIndices[$AS]].custom.tattoo" $slaves[$slaveIndices[$AS]].custom.tattoo "Slave Interact">> Change it here: <<textbox "$slaves[$slaveIndices[$AS]].custom.tattoo" $slaves[$slaveIndices[$AS]].custom.tattoo "Slave Interact">>
<</if>> <</if>>
<<if getSlave($AS).custom.tattoo != "">> <<if getSlave($AS).custom.tattoo != "">>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment