diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 66a66e5fd26a82ea786850ecc98bd3bf1bf5ace6..e15a3893aadf52bf86dd3e87ad8086d2a7c07193 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -6021,12 +6021,12 @@ $His braces @@.lime;straighten $his teeth.@@ They can now be removed to leave $him with a beautiful smile, or left on. <<set $slaves[$i].teeth = "cosmetic braces">> <</if>> -<<elseif $slaves[_i].teeth == "baby">> +<<elseif $slaves[$i].teeth == "baby">> <<if $seeAge == 1 && $slaves[$i].physicalAge >= 6 && random(0,($slaves[$i].birthWeek*2))>> <<set $slaves[$i].teeth = "mixed">> $He lost $his first baby tooth this week. <</if>> -<<elseif $slaves[_i].teeth == "mixed">> +<<elseif $slaves[$i].teeth == "mixed">> <<if $seeAge == 1 && $slaves[$i].physicalAge >= 12 && random(0,($slaves[$i].birthWeek*2))>> $He lost the last of $his baby teeth this week. <<set _crookedTeethGen = ((($slaves[$i].face-$slaves[$i].faceImplant)+100)/10)>>