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

Add 'sh' to enunciate widget

parent 93bde628
Branches
Tags
1 merge request!1158Add missing eyes description and simplify lisping code for fondleBoobs
......@@ -1686,6 +1686,7 @@
<<set $cEnunciate = "th">>
<<set $ccEnunciate = "th">>
<<set $zEnunciate = "th">>
<<set $shEnunciate = "th">>
<<else>>
<<if def $PC.customTitle>><<set $titleEnunciate = $PC.customTitle>><<elseif $PC.title != 0>><<set $titleEnunciate = "Master">><<else>><<set $titleEnunciate = "Mistress">><</if>>
<<if $allowFamilyTitles == 1>>
......@@ -1741,6 +1742,7 @@
<<set $cEnunciate = "c">>
<<set $ccEnunciate = "cc">>
<<set $zEnunciate = "z">>
<<set $shEnunciate = "sh">>
<</if>>
<</widget>>
<<widget "Master">><<if def $args[0]>><<Enunciate $args[0]>><<elseif ndef $titleEnunciate>><<Enunciate $activeSlave>><</if>>$titleEnunciate<</widget>>
......@@ -1752,6 +1754,7 @@
<<widget "c">>$cEnunciate<</widget>>
<<widget "cc">>$ccEnunciate<</widget>>
<<widget "z">>$zEnunciate<</widget>>
<<widget "sh">>$shEnunciate<</widget>>
/%
Call as <<SoftenBehavioralFlaw>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment