From 0f0016777d02d35e652e7ab6a0d78cdd993112be Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 31 May 2020 01:13:50 -0700 Subject: [PATCH] Fix slave professionalism inherited slave outfit --- src/npc/acquisition.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/acquisition.tw b/src/npc/acquisition.tw index 82433127ed2..ebb7ec31987 100644 --- a/src/npc/acquisition.tw +++ b/src/npc/acquisition.tw @@ -616,7 +616,7 @@ The previous owner seems to have left in something of a hurry. <<set $activeSlave.accent = 0>> <<run SoftenBehavioralFlaw($activeSlave)>> <<run SoftenSexualFlaw($activeSlave)>> - <<set $activeSlave.clothes = "a maid outfit", $activeSlave.collar = "pretty jewelry">> + <<set $activeSlave.clothes = "a nice maid outfit", $activeSlave.collar = "pretty jewelry">> <<set $activeSlave.assignment = "be your Head Girl", $HeadGirl = $activeSlave>> <<case "PetiteAdmiration">> <<set $activeSlaveOneTimeMinAge = 14>> -- GitLab