diff --git a/src/uncategorized/generateXXSlave.tw b/src/uncategorized/generateXXSlave.tw index 246d7d2bccb90ff000e7f8542ccaa39d4e7e9c45..42f2dab078bab3770e95c687099ec8b9d7e9cc1b 100644 --- a/src/uncategorized/generateXXSlave.tw +++ b/src/uncategorized/generateXXSlave.tw @@ -8,9 +8,9 @@ <<run generateAge($activeSlave)>> <<if $activeSlave.physicalAge < 6>> - <<set $activeSlave.teeth = "baby" + <<set $activeSlave.teeth = "baby">> <<elseif $activeSlave.physicalAge < 12>> - <<set $activeSlave.teeth = "mixed" + <<set $activeSlave.teeth = "mixed">> <</if>> <<if $activeSlave.ovaries == 1>> diff --git a/src/uncategorized/generateXYSlave.tw b/src/uncategorized/generateXYSlave.tw index 19fe01ab52040bf22343c652b7f1a67fcf1154ef..241d3322e522b436a7a5464af13d7e554a188672 100644 --- a/src/uncategorized/generateXYSlave.tw +++ b/src/uncategorized/generateXYSlave.tw @@ -8,9 +8,9 @@ <<run generateAge($activeSlave)>> <<if $activeSlave.physicalAge < 6>> - <<set $activeSlave.teeth = "baby" + <<set $activeSlave.teeth = "baby">> <<elseif $activeSlave.physicalAge < 12>> - <<set $activeSlave.teeth = "mixed" + <<set $activeSlave.teeth = "mixed">> <</if>> <<if $activeSlave.ovaries == 1>> diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index 886173a792b7c7cc21836bccd0d41430249ef157..91dbb9ecb86e1f0f361af9117571e574fe4fb8ca 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -5025,9 +5025,9 @@ $He has <<elseif $activeSlave.teeth == "pointy">> $His teeth have been replaced with realistic implants that mimic the dentition of a carnivore. $His smiles are frightening, and $he can bare them to become truly terrifying. <<elseif $activeSlave.teeth == "baby">> - $His still has her baby teeth. + $He still has her baby teeth. <<elseif $activeSlave.teeth == "mixed">> - $His is in the process of replacing her baby teeth. + $He is in the process of replacing her baby teeth. <</if>> <</if>> <</if>>