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

Merge branch 'pregmod-master' into 'pregmod-master'

fix to BC

See merge request pregmodfan/fc-pregmod!1941
parents 62879b30 468a9787
No related branches found
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ You should have received a copy of the GNU General Public License along with thi ...@@ -194,7 +194,7 @@ You should have received a copy of the GNU General Public License along with thi
<<set $PC.slavesFathered = 0>> <<set $PC.slavesFathered = 0>>
<</if>> <</if>>
<<if ndef $PC.pronoun>> <<if ndef $PC.pronoun>>
<if $PC.title == 1>> <<if $PC.title == 1>>
<<set $PC.pronoun = "he", $PC.possessive = "his", $PC.object = "him">> <<set $PC.pronoun = "he", $PC.possessive = "his", $PC.object = "him">>
<<else>> <<else>>
<<set $PC.pronoun = "she", $PC.possessive = "her", $PC.object = "her">> <<set $PC.pronoun = "she", $PC.possessive = "her", $PC.object = "her">>
......
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
<<set $PC.reservedChildren = 0>> <<set $PC.reservedChildren = 0>>
<</if>> <</if>>
<<if ndef $PC.pronoun>> <<if ndef $PC.pronoun>>
<if $PC.title == 1>> <<if $PC.title == 1>>
<<set $PC.pronoun = "he", $PC.possessive = "his", $PC.object = "him">> <<set $PC.pronoun = "he", $PC.possessive = "his", $PC.object = "him">>
<<else>> <<else>>
<<set $PC.pronoun = "she", $PC.possessive = "her", $PC.object = "her">> <<set $PC.pronoun = "she", $PC.possessive = "her", $PC.object = "her">>
......
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