From d4291e710c781416817643026e30dbaa61602d4e Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 23 Nov 2020 21:37:29 -0500 Subject: [PATCH] fix slave pronouns --- src/npc/acquisition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/acquisition.js b/src/npc/acquisition.js index 4e9b00f08b3..e93beba9bf8 100644 --- a/src/npc/acquisition.js +++ b/src/npc/acquisition.js @@ -44,7 +44,7 @@ App.Intro.acquisition = function() { } newSlave(slave); } - const {He, his, girl} = getPronouns(getSlave(random(V.slaves.length))); + const {He, his, girl} = getPronouns(V.slaves.random()); switch (V.targetArcology.fs) { case "Supremacist": r.push(`They kept a personal stable of fearful ${V.arcologies[0].FSSupremacistRace} sex slaves, but their sexual training is incomplete. Several of them are still here.`); -- GitLab