Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
macaronideath
fc-pregmod
Commits
7f034c70
Commit
7f034c70
authored
6 years ago
by
corncobman21
Browse files
Options
Downloads
Patches
Plain Diff
Add clit and labia description widgets.
parent
c91e9893
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/utility/descriptionWidgetsFlesh.tw
+110
-0
110 additions, 0 deletions
src/utility/descriptionWidgetsFlesh.tw
with
110 additions
and
0 deletions
src/utility/descriptionWidgetsFlesh.tw
+
110
−
0
View file @
7f034c70
...
...
@@ -1978,6 +1978,116 @@ $pronounCap's got a
<</widget>>
<<widget "clitDescription">>
<<if def $args[0]>>
<<set _slave = $args[0]>>
<<else>>
<<set _slave = $activeSlave>>
<</if>>
<<switch _slave.clit>>
<<case 1>>
big<<if _slave.devotion > 20>>, erect<</if>> clit
<<case 2>>
huge<<if _slave.devotion > 20>>erect<</if>>clit
<<default>>
<<if _slave.clit > 2>>
<<if _slave.devotion > 20>>erect <</if>>pseudophallus-sized clit
<<else>>
pretty <<if _slave.devotion > 20>>, erect <</if>>little clit
<</if>>
<</switch>>
<</widget>>
<<widget "clitDescriptionLong">>
<<if def $args[0]>>
<<set _slave = $args[0]>>
<<else>>
<<set _slave = $activeSlave>>
<</if>>
<<if _slave.devotion <= 20>>
<<switch _slave.clit>>
<<case 1>>
$possessiveCap big clit <<if _slave.foreskin>>peeks out from under its hood<<else>>sticks out<</if>>.
<<case 2>>
$possessiveCap huge clit is impossible to miss.
<<default>>
<<if _slave.clit > 2>>
$possessiveCap pseudophallus-sized clit is soft.
<<else>>
$possessiveCap pretty little clit is barely visible
<</if>>
<</switch>>
<<else>>
<<switch _slave.clit>>
<<case 1>>
$possessiveCap big, hard clit <<if _slave.foreskin>>peeks out from under its hood<<else>>sticks out<</if>>.
<<case 2>>
$possessiveCap huge, stiff clit is impossible to miss.
<<default>>
<<if _slave.clit > 2>>
$possessiveCap pseudophallus-sized clit is stiff and erect.
<<else>>
$possessiveCap pretty little clit is ready for you.
<</if>>
<</switch>>
<</if>>
<</widget>>
<<widget "labiaDescription">>
<<if def $args[0]>>
<<set _slave = $args[0]>>
<<else>>
<<set _slave = $activeSlave>>
<</if>>
<<switch _slave.labia>>
<<case 1>>
lovely petals
<<case 2>>
prominent petals
<<default>>
<<if _slave.labia > 4>>
huge labia
<<else>>
cute labia
<</if>>
<</switch>>
<</widget>>
<<widget "labiaDescriptionLong">>
<<if def $args[0]>>
<<set _slave = $args[0]>>
<<else>>
<<set _slave = $activeSlave>>
<</if>>
<<if _slave.devotion <= 20>>
<<switch _slave.labia>>
<case 1>>
$possessiveCap lovely petals are quite inviting.
<<case 2>>
$possessiveCap prominent petals are inviting.
<<default>>
<<elseif $activeSlave.labia > 1>>
$possessiveCap labia are so large they present a slight obstacle to entry.
<<else>>
$possessiveCap cute labia are barely noticeable.
<</if>>
<</switch>>
<<else>>
<<switch _slave.labia>>
<<case 1>>
$possessiveCap lovely petals are moist with arousal.
<<case 2>>
$possessiveCap prominent petals bear a sheen of arousal.
<<default>>
<<if $activeSlave.labia > 2>>
$possessiveCap huge labia are almost dripping with arousal.
<<else>>
$possessiveCap labia are becoming moist.
<</if>>
<</switch>>
<</if>>
<</widget>>
<<widget "crotchDescription">>
<<SlavePronouns $activeSlave>>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment