Skip to content
Snippets Groups Projects
Commit dcf17abd authored by klorpa's avatar klorpa
Browse files

MoreFix

parent 8feeafc9
No related branches found
No related tags found
1 merge request!3777Senses of Smell and Taste
...@@ -1189,32 +1189,32 @@ Skin tone: <span id = "skin"> ...@@ -1189,32 +1189,32 @@ Skin tone: <span id = "skin">
<<if $seeExtreme == 1>> <<if $seeExtreme == 1>>
<span id = "smelling"> <span id = "smelling">
<<if $customSlave.smells == -1>>None. <<if $customSlave.smells == -1>>No sense of smell.
<<else>>Normal. <<else>>Normal sense of smell.
<</if>> <</if>>
</span> </span>
<<link "None">> <<link "No Sense of Smell">>
<<set $customSlave.smells = -1>> <<set $customSlave.smells = -1>>
<<CustomSlaveSmell>> <<CustomSlaveSmell>>
<</link>> <</link>>
| |
<<link "Normal">> <<link "Normal Sense of Smell">>
<<set $customSlave.smells = 0>> <<set $customSlave.smells = 0>>
<<CustomSlaveSmell>> <<CustomSlaveSmell>>
<</link>> <</link>>
<br> <br>
<span id = "tasting"> <span id = "tasting">
<<if $customSlave.tastes == -1>>None. <<if $customSlave.tastes == -1>>No sense of taste.
<<else>>Normal. <<else>>Normal sense of taste.
<</if>> <</if>>
</span> </span>
<<link "None">> <<link "No Sense of Taste">>
<<set $customSlave.tastes = -1>> <<set $customSlave.tastes = -1>>
<<CustomSlaveTaste>> <<CustomSlaveTaste>>
<</link>> <</link>>
| |
<<link "Normal">> <<link "Normal Sense of Taste">>
<<set $customSlave.tastes = 0>> <<set $customSlave.tastes = 0>>
<<CustomSlaveTaste>> <<CustomSlaveTaste>>
<</link>> <</link>>
......
...@@ -5626,6 +5626,9 @@ $His ...@@ -5626,6 +5626,9 @@ $His
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
<<if $activeSlave.smells == -1>>
$He has no sense of smell, but this isn't immediately obvious just by looking at $his nose.
<</if>>
   
<<if $showBodyMods == 1>> <<if $showBodyMods == 1>>
<<if $activeSlave.fuckdoll == 0>> <<if $activeSlave.fuckdoll == 0>>
...@@ -5750,6 +5753,9 @@ $He has ...@@ -5750,6 +5753,9 @@ $He has
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
<<if $activeSlave.tastes == -1>>
$He has no sense of taste, but this isn't immediately obvious just by looking at $his tongue.
<</if>>
   
<<if $showBodyMods == 1>> <<if $showBodyMods == 1>>
<<lipsPiercingDescription>> <<lipsPiercingDescription>>
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