diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 65ea38589f98e63a47c9909aa124a73968635738..bcfb8b61c0af5e9ffb2535011f11ef7101bee2ee 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -3324,7 +3324,7 @@ <</if>> <<if ($slaves[$i].faceShape == "masculine")>> <<set _Effects.push("FaceSofterAndrogynous")>> - <<elseif ($slaves[$i].faceShape == "androgynous" && $slaves[$i].geneitcQuirk.androgyny != 2)>> + <<elseif ($slaves[$i].faceShape == "androgynous" && $slaves[$i].geneticQuirks.androgyny != 2)>> <<set _Effects.push("FaceNormal")>> <</if>> <</if>> @@ -3483,7 +3483,7 @@ <<set $slaves[$i].hormoneBalance = Math.clamp($slaves[$i].hormoneBalance * 1.5, -400, 400)>> <</if>> /* androgny really wants to sit around 0 and will fight changes to do so */ -<<if $slaves[$i].geneitcQuirk.androgyny == 2>> +<<if $slaves[$i].geneticQuirks.androgyny == 2>> <<if $slaves[$i].hormoneBalance > 6>> <<set $slaves[$i].hormoneBalance -= 10>> <<elseif $slaves[$i].hormoneBalance < -6>>