diff --git a/src/endWeek/saSocialEffects.js b/src/endWeek/saSocialEffects.js index 670db5475c6dd875ab6e82a8857894260a1c765d..fb3e0e7cc1ba2a08424f36305402eae007a1af3b 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) {