From a518110dc5051ee95c2ba6a3ef5a20b7284d7248 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Tue, 3 Nov 2020 15:38:10 -0500
Subject: [PATCH] Moved concubine event to new PE folder

---
 .../{RESS/concubineInterview.js => PE/peConcubineInterview.js} | 2 +-
 src/events/randomEvent.js                                      | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
 rename src/events/{RESS/concubineInterview.js => PE/peConcubineInterview.js} (99%)

diff --git a/src/events/RESS/concubineInterview.js b/src/events/PE/peConcubineInterview.js
similarity index 99%
rename from src/events/RESS/concubineInterview.js
rename to src/events/PE/peConcubineInterview.js
index 7907934c507..408a5c34434 100644
--- a/src/events/RESS/concubineInterview.js
+++ b/src/events/PE/peConcubineInterview.js
@@ -1,4 +1,4 @@
-App.Events.RESSConcubineInterview = class RESSConcubineInterview extends App.Events.BaseEvent {
+App.Events.PEConcubineInterview = class PEConcubineInterview extends App.Events.BaseEvent {
 	eventPrerequisites() {
 		return [
 			() => typeof S.Concubine !== "undefined",
diff --git a/src/events/randomEvent.js b/src/events/randomEvent.js
index 54a620376aa..f1317ff7fbd 100644
--- a/src/events/randomEvent.js
+++ b/src/events/randomEvent.js
@@ -13,7 +13,6 @@ App.Events.getIndividualEvents = function() {
 		new App.Events.RESSAssFitting(),
 		new App.Events.RESSCockFeederResistance(),
 		new App.Events.RESSComfortableSeat(),
-		new App.Events.RESSConcubineInterview(),
 		new App.Events.RESSDevotedAnalVirgin(),
 		new App.Events.RESSDevotedEducated(),
 		new App.Events.RESSDevotedShortstack(),
@@ -60,6 +59,8 @@ App.Events.getNonindividualEvents = function() {
 	return [
 		// instantiate all possible random nonindividual events here
 		// example: new App.Events.TestEvent(),
+		new App.Events.PEConcubineInterview(),
+
 		new App.Events.REDevotees(),
 		new App.Events.RERelativeRecruiter(),
 		new App.Events.REStaffedMorning(),
-- 
GitLab