From dc6346b3afbdf1a7f9b0a9be57cb1fa2f20f00fd Mon Sep 17 00:00:00 2001 From: Blank_Alt <12406-Blank_Alt@users.noreply.gitgud.io> Date: Tue, 26 Apr 2022 18:59:31 +1200 Subject: [PATCH] Likely fix another bug --- src/facilities/brothel/brothelFramework.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/facilities/brothel/brothelFramework.js b/src/facilities/brothel/brothelFramework.js index 394381ad87e..b50d706ae25 100644 --- a/src/facilities/brothel/brothelFramework.js +++ b/src/facilities/brothel/brothelFramework.js @@ -14,7 +14,7 @@ App.Data.Facilities.brothel = { position: "madam", assignment: Job.MADAM, careers: App.Data.Careers.Leader.madam, - skill: null, + skill: "madam", publicSexUse: true, fuckdollAccepted: false, broodmotherAccepted: false, -- GitLab