Skip to content
Snippets Groups Projects
Commit bdfd13cf authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fixes' into 'pregmod-master'

Tail Description Fix

See merge request pregmodfan/fc-pregmod!6695
parents bec72418 39990608
No related branches found
No related tags found
No related merge requests found
......@@ -1394,6 +1394,30 @@ $He's got a
<</if>>
<</if>>
 
<<if $activeSlave.tailShape == "neko">>
$He has a long, slender, $activeSlave.tailColor cat tail which tends to sway side to side when $he is focused on a task.
<<elseif $activeSlave.tailShape == "inu">>
$He has a bushy, $activeSlave.tailColor dog tail which tends to wag energetically when $he gets exited.
<<elseif $activeSlave.tailShape == "kit">>
$He has a soft, fluffy, $activeSlave.tailColor fox tail.
<<elseif $activeSlave.tailShape == "kitsune">>
$He has three incredibly soft, fluffy, $activeSlave.tailColor fox tails; they feel heavenly to the touch.
<<elseif $activeSlave.tailShape == "tanuki">>
$He has a long, fluffy, $activeSlave.tailColor tanuki tail with a dark stripe running down the middle.
<<elseif $activeSlave.tailShape == "ushi">>
$He has a long, $activeSlave.tailColor cow tail; it has a small tuft of hair at the end and tends to swat at things absentmindedly.
<<elseif $activeSlave.tailShape == "usagi">>
$He has a short and fluffy $activeSlave.tailColor rabbit tail.
<<elseif $activeSlave.tailShape == "risu">>
$He has a big and bushy $activeSlave.tailColor squirrel tail.
<<elseif $activeSlave.tailShape == "uma">>
$He has a long horse tail consisting of consisting of $activeSlave.tailColor hair.
<<elseif $activeSlave.tail == "combat">>
$He has a very long $activeSlave.tailColor metallic tail that can lash out, constrict, and deploy razor sharp spikes on command.
<<elseif $activeSlave.tail == "sex">>
$He has a long, slender, $activeSlave.tailColor tail. While not strong, it is very dexterous and has a small fleshy spade-shaped tip that can vibrate and dispense lube on command.
<</if>>
<<= App.Desc.mods($activeSlave, "buttock")>>
 
<</widget>>
......@@ -17126,29 +17150,6 @@ $His womb contains <<= num(_slaveWD.litters.length)>> separate pregnancies;
<</if>>
<</if>>
 
<<if $activeSlave.tailShape == "neko">>
$He has a long, slender, $activeSlave.tailColor cat tail which tends to sway side to side when $he is focused on a task.
<<elseif $activeSlave.tailShape == "inu">>
$He has a bushy, $activeSlave.tailColor dog tail which tends to wag energetically when $he gets exited.
<<elseif $activeSlave.tailShape == "kit">>
$He has a soft, fluffy, $activeSlave.tailColor fox tail.
<<elseif $activeSlave.tailShape == "kitsune">>
$He has three incredibly soft, fluffy, $activeSlave.tailColor fox tails; they feel heavenly to the touch.
<<elseif $activeSlave.tailShape == "tanuki">>
$He has a long, fluffy, $activeSlave.tailColor tanuki tail with a dark stripe running down the middle.
<<elseif $activeSlave.tailShape == "ushi">>
$He has a long, $activeSlave.tailColor cow tail; it has a small tuft of hair at the end and tends to swat at things absentmindedly.
<<elseif $activeSlave.tailShape == "usagi">>
$He has a short and fluffy $activeSlave.tailColor rabbit tail.
<<elseif $activeSlave.tailShape == "risu">>
$He has a big and bushy $activeSlave.tailColor squirrel tail.
<<elseif $activeSlave.tailShape == "uma">>
$He has a long horse tail consisting of consisting of $activeSlave.tailColor hair.
<<elseif $activeSlave.tail == "combat">>
$He has a very long $activeSlave.tailColor metallic tail that can lash out, constrict, and deploy razor sharp spikes on command.
<<elseif $activeSlave.tail == "sex">>
$He has a long, slender, $activeSlave.tailColor tail. While not strong, it is very dexterous and has a small fleshy spade-shaped tip that can vibrate and dispense lube on command.
<</if>>
<</widget>>
 
<<widget "heightImplantDescription">>
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