From dab09781fa53cd88744cb63c56f1d9c4237120f8 Mon Sep 17 00:00:00 2001
From: Skriv <skrivelese@gmail.com>
Date: Thu, 14 May 2020 23:15:56 +0200
Subject: [PATCH] remove SC event

---
 src/js/eventSelectionJS.js | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/js/eventSelectionJS.js b/src/js/eventSelectionJS.js
index f8188c36edd..cbdee18db38 100644
--- a/src/js/eventSelectionJS.js
+++ b/src/js/eventSelectionJS.js
@@ -821,14 +821,6 @@ globalThis.generateRandomEventPoolStandard = function(eventSlave) {
 				}
 			}
 
-			if (eventSlave.devotion > 20) {
-				if (eventSlave.butt > 5) {
-					if (["a bimbo outfit", "a biyelgee costume", "a bunny outfit", "a burkini", "a cheerleader outfit", "a comfortable bodysuit", "a dirndl", "a fallen nuns habit", "a huipil", "a latex catsuit", "a leotard", "a long qipao", "a maternity dress", "a military uniform", "a monokini", "a mounty outfit", "a nice nurse outfit", "a red army uniform", "a scalemail bikini", "a schoolgirl outfit", "a schutzstaffel uniform", "a slutty nurse outfit", "a slutty outfit", "a slutty qipao", "a slutty schutzstaffel uniform", "a succubus outfit", "attractive lingerie for a pregnant woman", "attractive lingerie", "battlearmor", "chains", "clubslut netting", "conservative clothing", "cutoffs and a t-shirt", "kitty lingerie", "lederhosen", "nice business attire", "overalls", "restrictive latex", "striped panties", "slutty business attire", "slutty jewelry", "spats and a tank top", "stretch pants and a crop-top", "uncomfortable straps", "Western clothing"].includes(eventSlave.clothes)) {
-						State.variables.RESSevent.push("ass fitting");
-					}
-				}
-			}
-
 			if (eventSlave.trust > 20) {
 				if (eventSlave.devotion > 20) {
 					if (eventSlave.energy > 40) {
-- 
GitLab