Skip to content
Snippets Groups Projects
Commit 7a6f65d2 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

remove obsolete widgets

parent 7ec6761a
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<<setSpokenLocalPronouns $activeSlave $activeSlave>> <<setSpokenLocalPronouns $activeSlave $activeSlave>>
You call $him over to you for inspection. You call $him over to you for inspection.
<<BoobsDescription>> /* this part needs expansion */ <<print App.Desc.boobs($activeSlave)>> /* this part needs expansion */
You look at $him lustfully and instruct $him to strip. You look at $him lustfully and instruct $him to strip.
<<if ($activeSlave.sexualFlaw == "shamefast")>> <<if ($activeSlave.sexualFlaw == "shamefast")>>
Tears well up in $his eyes at the idea of showing $his naked body. Tears well up in $his eyes at the idea of showing $his naked body.
......
...@@ -1975,15 +1975,15 @@ $He is ...@@ -1975,15 +1975,15 @@ $He is
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
/* Calling all boob widgets */ /* Calling all boob widgets */
<<BoobsDescription>> <<print App.Desc.boobs($activeSlave)>>
<<boobsShapeDescription>> <<boobsShapeDescription>>
<<boobsExtraDescription>> <<print App.Desc.boobsExtra($activeSlave)>>
<<= App.Desc.mods($activeSlave, "chest")>> <<= App.Desc.mods($activeSlave, "chest")>>
<<= App.Desc.mods($activeSlave, "breast")>> <<= App.Desc.mods($activeSlave, "breast")>>
<<shouldersDescription>> <<shouldersDescription>>
<<nipplesDescription>> <<print App.Desc.nipples($activeSlave)>>
<<= App.Desc.mods($activeSlave, "nipple")>> <<= App.Desc.mods($activeSlave, "nipple")>>
<<areolaeDescription>> <<print App.Desc.areola($activeSlave)>>
<<= App.Desc.mods($activeSlave, "areolae")>> <<= App.Desc.mods($activeSlave, "areolae")>>
<<if $activeSlave.inflation > 0>> /* to be obsoleted with phase 4 */ <<if $activeSlave.inflation > 0>> /* to be obsoleted with phase 4 */
......
...@@ -286,24 +286,6 @@ $He has ...@@ -286,24 +286,6 @@ $He has
   
<</widget>> <</widget>>
   
<<widget "BoobsDescription">>
<<print App.Desc.boobs($activeSlave)>>
<</widget>>
<<widget "boobsExtraDescription">>
<<print App.Desc.boobsExtra($activeSlave)>>
<</widget>>
<<widget "nipplesDescription">>
<<print App.Desc.nipples($activeSlave)>>
<</widget>>
<<widget "areolaeDescription">>
<<print App.Desc.areola($activeSlave)>>
<</widget>>
<<widget "ButtDescription">> <<widget "ButtDescription">>
   
<<if ($showClothing == 1) && ($saleDescription == 0)>> <<if ($showClothing == 1) && ($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