From 02c1ef07e2a247fac6d91bf94fa9b6c48661bfea Mon Sep 17 00:00:00 2001 From: mweggen <361046+mweggen@users.noreply.github.com> Date: Mon, 17 Sep 2018 23:10:39 +0200 Subject: [PATCH] typo --- src/uncategorized/generateXXSlave.tw | 4 ++-- src/uncategorized/generateXYSlave.tw | 4 ++-- src/utility/descriptionWidgetsFlesh.tw | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/uncategorized/generateXXSlave.tw b/src/uncategorized/generateXXSlave.tw index 246d7d2bccb..42f2dab078b 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 19fe01ab520..241d3322e52 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 886173a792b..91dbb9ecb86 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>> -- GitLab