Skip to content
Snippets Groups Projects
Commit 70119bd3 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix teeter totter again

parent fb841ea9
No related branches found
No related tags found
No related merge requests found
...@@ -1238,7 +1238,7 @@ $he is. You've been busy and haven't used $him for a while, and since $he's acce ...@@ -1238,7 +1238,7 @@ $he is. You've been busy and haven't used $him for a while, and since $he's acce
One morning, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>> One morning, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>>
<<if !canWalk($activeSlave)>> <<if !canWalk($activeSlave)>>
crawl crawl
<<elseif shoeHeelCategory($activeSlave) > 0>> <<elseif shoeHeelCategory($activeSlave) > 1>>
totter totter
<<elseif $activeSlave.belly >= 10000>> <<elseif $activeSlave.belly >= 10000>>
waddle waddle
...@@ -1485,7 +1485,7 @@ As you are retiring for the night, <<= App.UI.slaveDescriptionDialog($activeSlav ...@@ -1485,7 +1485,7 @@ As you are retiring for the night, <<= App.UI.slaveDescriptionDialog($activeSlav
into your bedroom. Since $he is not allowed to ask questions, $he says nothing, but $his reason for being here is obvious enough. $He's on a medically reckless dosage of aphrodisiacs, and $he's panting as $he into your bedroom. Since $he is not allowed to ask questions, $he says nothing, but $his reason for being here is obvious enough. $He's on a medically reckless dosage of aphrodisiacs, and $he's panting as $he
<<if ($activeSlave.heels == 1 shoeHeelCategory($activeSlave) == 0)>> <<if ($activeSlave.heels == 1 shoeHeelCategory($activeSlave) == 0)>>
kneels kneels
<<elseif (shoeHeelCategory($activeSlave) > 0)>> <<elseif (shoeHeelCategory($activeSlave) > 1)>>
teeters teeters
<<else>> <<else>>
stands stands
...@@ -8858,7 +8858,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h ...@@ -8858,7 +8858,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h
The aphrodisiac dosage $he's on will let $him orgasm to almost anything. You spend a few minutes playing with $his nipples, skillfully edging $him away from climax, and $he's almost vibrating with discomfort. $He's so desperate that $he sobs with relief when you order $him to The aphrodisiac dosage $he's on will let $him orgasm to almost anything. You spend a few minutes playing with $his nipples, skillfully edging $him away from climax, and $he's almost vibrating with discomfort. $He's so desperate that $he sobs with relief when you order $him to
<<if ($activeSlave.heels == 1) && shoeHeelCategory($activeSlave) == 0>> <<if ($activeSlave.heels == 1) && shoeHeelCategory($activeSlave) == 0>>
kneel kneel
<<elseif shoeHeelCategory($activeSlave) > 0>> <<elseif shoeHeelCategory($activeSlave) > 1>>
totter up totter up
<<else>> <<else>>
stand stand
...@@ -13012,7 +13012,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h ...@@ -13012,7 +13012,7 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h
You order $him to You order $him to
<<if ($activeSlave.heels == 1) && shoeHeelCategory($activeSlave) == 0>> <<if ($activeSlave.heels == 1) && shoeHeelCategory($activeSlave) == 0>>
kneel kneel
<<elseif shoeHeelCategory($activeSlave) > 0>> <<elseif shoeHeelCategory($activeSlave) > 1>>
teeter teeter
<<else>> <<else>>
stand stand
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