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

Merge branch 'more-spelling' into 'pregmod-master'

Fixed misspelled variables

See merge request !1566
parents fabadfdc 4c3c8652
No related branches found
No related tags found
1 merge request!1566Fixed misspelled variables
......@@ -1771,7 +1771,7 @@
<<if def $PC.customTitleLisp>><<set $titleEnunciate = $PC.customTitleLisp>><<elseif $PC.title != 0>><<set $titleEnunciate = "Mathter">><<else>><<set $titleEnunciate = "Mithtreth">><</if>>
<<if $allowFamilyTitles == 1>>
<<if $args[0].father == -1>>
<<if $args[0].actualAge < 4 && $args[0].physcialAge < 4>>
<<if $args[0].actualAge < 4 && $args[0].physicalAge < 4>>
<<set $titleEnunciate = "Dadda">>
<<elseif $args[0].actualAge < 9>>
<<set $titleEnunciate = "Daddy">>
......@@ -1779,7 +1779,7 @@
<<set $titleEnunciate = "Dad">>
<</if>>
<<elseif $args[0].mother == -1>>
<<if $args[0].actualAge < 4 && $args[0].physcialAge < 4>>
<<if $args[0].actualAge < 4 && $args[0].physicalAge < 4>>
<<set $titleEnunciate = "Mama">>
<<elseif $args[0].actualAge < 9>>
<<set $titleEnunciate = "Mommy">>
......@@ -1825,7 +1825,7 @@
<<if def $PC.customTitle>><<set $titleEnunciate = $PC.customTitle>><<elseif $PC.title != 0>><<set $titleEnunciate = "Master">><<else>><<set $titleEnunciate = "Mistress">><</if>>
<<if $allowFamilyTitles == 1>>
<<if $args[0].father == -1>>
<<if $args[0].actualAge < 4 && $args[0].physcialAge < 4>>
<<if $args[0].actualAge < 4 && $args[0].physicalAge < 4>>
<<set $titleEnunciate = "Dadda">>
<<elseif $args[0].actualAge < 9>>
<<set $titleEnunciate = "Daddy">>
......@@ -1833,7 +1833,7 @@
<<set $titleEnunciate = "Dad">>
<</if>>
<<elseif $args[0].mother == -1>>
<<if $args[0].actualAge < 4 && $args[0].physcialAge < 4>>
<<if $args[0].actualAge < 4 && $args[0].physicalAge < 4>>
<<set $titleEnunciate = "Mama">>
<<elseif $args[0].actualAge < 9>>
<<set $titleEnunciate = "Mommy">>
......
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