From 0dfacee2522f7b60f9baf8f026f39da750d1e717 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Tue, 29 Dec 2020 20:12:33 -0500 Subject: [PATCH] fix --- src/endWeek/saSocialEffects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endWeek/saSocialEffects.js b/src/endWeek/saSocialEffects.js index 670db5475c6..fb3e0e7cc1b 100644 --- a/src/endWeek/saSocialEffects.js +++ b/src/endWeek/saSocialEffects.js @@ -826,7 +826,7 @@ App.SlaveAssignment.saSocialEffects = function(slave) { if (clothes.fs && clothes.fs.loves && clothes.fs.loves.has("FSChattelReligionist")) { t.push(new SocialEffect("Chattel Religionist", 1, `Religious clothing`, `Society <span class="green">approves</span> of ${his} religiously themed clothing, strengthening the connection between sexual servitude and faith.`)); - } else if (clothes.fs && clothes.fs.loves && clothes.fs.tolerates.has("FSChattelReligionist")) { + } else if (clothes.fs && clothes.fs.tolerates && clothes.fs.tolerates.has("FSChattelReligionist")) { t.push(new SocialEffect("Chattel Religionist", 0, `Spartan clothing`, `Society accepts ${his} spartan clothing, seeing it as permissible under the new religious mores.`)); } else if (slave.fuckdoll === 0) { -- GitLab