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 7907934c5074c09150276c466498ced79ecf3b40..408a5c34434bb1786f4eeae3b06f820fdff12210 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 54a620376aa908985b6a552a86e2e2ed3a46b0da..f1317ff7fbd749f602edf5ca4ddecb6396f35336 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(),