From 4a2167505704f67b28ec7d2046fffb8204557ab2 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Tue, 9 Apr 2019 21:29:00 +0200 Subject: [PATCH] fix --- src/uncategorized/saLiveWithHG.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw index b0725992e91..0d2ac526e12 100644 --- a/src/uncategorized/saLiveWithHG.tw +++ b/src/uncategorized/saLiveWithHG.tw @@ -749,7 +749,7 @@ <</if>> <<if $slaves[$i].eyes <= -3>> <<if !hasEyeColorRule($slaves[$i],$defaultRules)>> - <<if ($slaves[$i].eyeColor != $HeadGirl.eyeColor, $slaves[$i].eyes = -3)>> + <<if ($slaves[$i].eyeColor != $HeadGirl.eyeColor, $slaves[$i].eyes == -3)>> <<set $slaves[$i].eyeColor = $HeadGirl.eyeColor>> $HeadGirl.slaveName gives $slaves[$i].slaveName $slaves[$i].eyeColor glass eyes, to match _his2 own eyes, since with nymphomania comes narcissism. <</if>> -- GitLab