From a13bb84dea700102296068462234acb16cd486e3 Mon Sep 17 00:00:00 2001 From: corncobman21 <corncobman21@hotmail.com> Date: Sun, 17 Dec 2017 22:03:55 -0500 Subject: [PATCH] Add 'sh' to enunciate widget --- src/utility/miscWidgets.tw | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index e0e96f1a5e9..bc91ec58488 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -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>> -- GitLab