diff --git a/src/npc/acquisition.js b/src/npc/acquisition.js
index a0aa1321adb5eddbc0f5cbf637cde56033f6699a..517f7f60df3396ed48ecc2ddfbb2962d8fd550f2 100644
--- a/src/npc/acquisition.js
+++ b/src/npc/acquisition.js
@@ -1,4 +1,4 @@
-App.StartingGirls.acquisition = function() {
+App.Intro.acquisition = function() {
 	const el = new DocumentFragment();
 
 	const valueOwed = (V.saveImported === 1) ? 5000 : 50000;
@@ -35,7 +35,7 @@ App.StartingGirls.acquisition = function() {
 	const heroSlaves = App.Utils.buildHeroArray().shuffle();
 	if (V.cheatMode === 1) {
 		r.push(`Since you've elected to take over an arcology with special advantages, you've acquired a very special group of slaves.`);
-		r.push(App.StartingGirls.cheatModeSlaves());
+		r.push(App.Intro.cheatModeSlaves());
 	} else if (V.saveImported === 1) {
 		r.push(`Since it took some time for you to ensure that your existing stable of slaves were safely moved to ${V.arcologies[0].name}, the previous owner had the time to get most of their things away.`);
 	} else if ((V.targetArcology.fs !== "New") && (V.targetArcology.fs !== "Multiculturalist")) {
diff --git a/src/npc/acquisition.tw b/src/npc/acquisition.tw
index f0cdad09b93142198a6fb1e45b9e5fb75216a160..15af72727f501a40741b9b601aae933abce6594e 100644
--- a/src/npc/acquisition.tw
+++ b/src/npc/acquisition.tw
@@ -2,4 +2,4 @@
 
 <<set $encyclopedia = "How to Play">>
 
-<<includeDOM App.StartingGirls.acquisition()>>
\ No newline at end of file
+<<includeDOM App.Intro.acquisition()>>
\ No newline at end of file
diff --git a/src/npc/databases/cheatmodeDatabase.js b/src/npc/databases/cheatmodeDatabase.js
index 0ec1804bd415e6690bd73795cc94cd5620f75950..d7054ea13f9c2b0265ac7834b7f623461ce7061f 100644
--- a/src/npc/databases/cheatmodeDatabase.js
+++ b/src/npc/databases/cheatmodeDatabase.js
@@ -1,4 +1,4 @@
-App.StartingGirls.cheatModeSlaves = function() {
+App.Intro.cheatModeSlaves = function() {
 	const el = new DocumentFragment();
 	const r = [];
 	const slaveNames = [];