From f50b04773dcbcc0dbeebe7a6e246e382a8cffd91 Mon Sep 17 00:00:00 2001 From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io> Date: Sat, 15 Aug 2020 15:47:21 -0700 Subject: [PATCH] choosesOwnAssignmentFix --- src/endWeek/saChoosesOwnJob.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/endWeek/saChoosesOwnJob.js b/src/endWeek/saChoosesOwnJob.js index 6e2447dfa7f..05ae391b73b 100644 --- a/src/endWeek/saChoosesOwnJob.js +++ b/src/endWeek/saChoosesOwnJob.js @@ -470,10 +470,10 @@ App.SlaveAssignment.choosesOwnJob = (function() { slave.sexAmount = 10; } else if (arcology.FSChattelReligionist > 0) { if (V.universalRulesAssignsSelfFacility === 1 && V.brothel > brothelL) { - choice.push(`slave.choosesOwnAssignmentText += " is a pure and faithful slave, so ${he} sells ${his} body in the holy brothel.`); + choice.push(`is a pure and faithful slave, so ${he} sells ${his} body in the holy brothel.`); choice.push(assignJob(slave, "work in the brothel")); } else { - choice.push(`slave.choosesOwnAssignmentText += " is a pure and faithful slave, so ${he} sells ${his} body as a holy prostitute.`); + choice.push(`is a pure and faithful slave, so ${he} sells ${his} body as a holy prostitute.`); choice.push(assignJob(slave, "whore")); } slave.sexAmount = 10; -- GitLab