From 7c4aaf820fd0bfd528a1fc08a4452eb283f729f1 Mon Sep 17 00:00:00 2001
From: turnop <17540-turnop@users.noreply.gitgud.io>
Date: Mon, 9 Nov 2020 13:52:13 -0800
Subject: [PATCH] imperial clothing is ok for chattel religionists

---
 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 44308646310..1137eda8fc8 100644
--- a/src/endWeek/saSocialEffects.js
+++ b/src/endWeek/saSocialEffects.js
@@ -818,7 +818,7 @@ App.SlaveAssignment.saSocialEffects = function(slave) {
 			if (["a burqa", "a chattel habit", "a fallen nuns habit", "a hijab and abaya", "a niqab and abaya", "a penitent nuns habit", "a succubus outfit"].includes(slave.clothes)) {
 				t.push(new SocialEffect("ChattelReligionist", 1, `Religious clothing`,
 					`Society <span class="green">approves</span> of ${his} religiously themed clothing, strengthening the connection between sexual servitude and faith.`));
-			} else if (["a bunny outfit", "a hijab and blouse", "a huipil", "a kimono", "a military uniform", "a nice maid outfit", "a nice nurse outfit", "a skimpy loincloth", "a slutty qipao", "a toga", "body oil", "chains", "conservative clothing", "nice business attire", "no clothing", "shibari ropes", "uncomfortable straps"].includes(slave.clothes)) {
+			} else if (["a bunny outfit", "a hijab and blouse", "a huipil", "a kimono", "a military uniform", "a nice maid outfit", "a nice nurse outfit", "a skimpy loincloth", "a slutty qipao", "a toga", "Imperial Plate", "a tight Imperial bodysuit", "body oil", "chains", "conservative clothing", "nice business attire", "no clothing", "shibari ropes", "uncomfortable straps"].includes(slave.clothes)) {
 				t.push(new SocialEffect("ChattelReligionist", 0, `Spartan clothing`,
 					`Society accepts ${his} spartan clothing, seeing it as permissible under the new religious mores.`));
 			} else if (slave.fuckdoll === 0) {
-- 
GitLab