From f5488a3c17d488c06de0d53bde1491531341f76d Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Sat, 29 Aug 2020 02:37:23 -0700 Subject: [PATCH] Remove another deadzone (is clamped in faceIncrease) --- src/uncategorized/saLongTermEffects.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 50b95665855..219177b62d8 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -6363,7 +6363,7 @@ <</if>> <</if>> <<if $slaves[$i].face > 80>> - <<if $slaves[$i].face <= 95>> + <<if $slaves[$i].face < 100>> <<if $slaves[$i].trust > 95>> $He is so healthy and trusting that @@.lime;the minute flaws in $his facial appearance seem to be smoothed away@@ every time $he sleeps. <<= faceIncrease($slaves[$i], 5)>> -- GitLab