Skip to content
Snippets Groups Projects
Commit 4d1246c8 authored by corncobman21's avatar corncobman21
Browse files

Update muscles and lips

parent 72965eac
No related branches found
No related tags found
No related merge requests found
...@@ -162,10 +162,19 @@ ...@@ -162,10 +162,19 @@
<br> <br>
<span id = "lips"> <span id = "lips">
<<if $customSlave.lips == 15>>Normal lips. <<if $customSlave.lips <= 10>>Thin lips.
<<elseif $customSlave.lips == 35>>Plush lips. <<elseif $customSlave.lips <= 20>>Normal lips.
<<elseif $customSlave.lips <= 40>>Plush lips.
<<elseif $customSlave.lips <= 70>>Big lips.
<<elseif $customSlave.lips <= 95>>Huge lips.
<<else>>Facepussy.
<</if>> <</if>>
</span> </span>
<<link "Thin">>
<<set $customSlave.lips = 5>>
<<CustomSlaveLips>>
<</link>>
|
<<link "Normal">> <<link "Normal">>
<<set $customSlave.lips = 15>> <<set $customSlave.lips = 15>>
<<CustomSlaveLips>> <<CustomSlaveLips>>
...@@ -175,6 +184,21 @@ ...@@ -175,6 +184,21 @@
<<set $customSlave.lips = 35>> <<set $customSlave.lips = 35>>
<<CustomSlaveLips>> <<CustomSlaveLips>>
<</link>> <</link>>
|
<<link "Big">>
<<set $customSlave.lips = 65>>
<<CustomSlaveLips>>
<</link>>
|
<<link "Enormous">>
<<set $customSlave.lips = 85>>
<<CustomSlaveLips>>
<</link>>
|
<<link "Facepussy">>
<<set $customSlave.lips = 100>>
<<CustomSlaveLips>>
<</link>>
<br> <br>
......
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