Skip to content
Snippets Groups Projects
Commit 8d0a1173 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fixes

parent b4aa11cd
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<<set $storedLink = "Slave Interact">> <<set $storedLink = "Slave Interact">>
<</if>> <</if>>
<<set $nextButton = "Continue", $nextLink = $storedLink>> <<set $nextButton = "Continue", $nextLink = $storedLink>>
<<setLocalPronouns getSlave($activeSlave.ID)>> <<run App.Utils.setLocalPronouns(getSlave($activeSlave.ID))>>
<<set _WL = getSlave($activeSlave.ID).womb.length, _incubatorReservations = WombReserveCount(getSlave($activeSlave.ID), "incubator"), _nurseryReservations = WombReserveCount(getSlave($activeSlave.ID), "nursery")>> <<set _WL = getSlave($activeSlave.ID).womb.length, _incubatorReservations = WombReserveCount(getSlave($activeSlave.ID), "incubator"), _nurseryReservations = WombReserveCount(getSlave($activeSlave.ID), "nursery")>>
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<<else>> <<else>>
<p class="scene-intro"> <p class="scene-intro">
getSlave($activeSlave.ID).slaveName is <<if getSlave($activeSlave.ID).devotion < 20>>restrained<<else>>comfortably reclined<</if>> with $his stomach prepped for examination. $He shudders slightly at the cold touch of the sensor against $his skin. <<= getSlave($activeSlave.ID).slaveName>> is <<if getSlave($activeSlave.ID).devotion < 20>>restrained<<else>>comfortably reclined<</if>> with $his stomach prepped for examination. $He shudders slightly at the cold touch of the sensor against $his skin.
</p> </p>
<<set $saleDescription = 1>><<pregnancyDescription>><<set $saleDescription = 0>> <<set $saleDescription = 1>><<pregnancyDescription>><<set $saleDescription = 0>>
......
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