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

revert

parent 1098883f
No related branches found
No related tags found
No related merge requests found
......@@ -1505,7 +1505,7 @@
<</if>>
<</if>>
<</if>>
<<if def $args[0].customTitleLisp && $args[0].customTitleLisp !== "">>
<<if def $args[0].customTitleLisp && $args[0].customTitleLisp != "">>
<<set $titleEnunciate = $args[0].customTitleLisp>>
<</if>>
<<set $sayEnunciate = "lisp">>
......@@ -1555,7 +1555,7 @@
<</if>>
<</if>>
<</if>>
<<if def $args[0].customTitle && $args[0].customTitle !== "">>
<<if def $args[0].customTitle && $args[0].customTitle != "">>
<<set $titleEnunciate = $args[0].customTitle>>
<</if>>
<<if def $PC.customTitle>><<set $writtenTitle = $PC.customTitle>><<elseif $PC.title != 0>><<set $writtenTitle = "Master">><<else>><<set $writtenTitle = "Mistress">><</if>>
......
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