From ea684e380fbec82b45959fdb6f8c8ecabe69742c Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Thu, 26 Dec 2019 00:42:34 -0500 Subject: [PATCH] DJ's don't need to hold to dance and entertain --- src/facilities/club/clubFramework.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/facilities/club/clubFramework.js b/src/facilities/club/clubFramework.js index 61723bbc303..9fc92ff7c07 100644 --- a/src/facilities/club/clubFramework.js +++ b/src/facilities/club/clubFramework.js @@ -19,7 +19,7 @@ App.Data.Facilities.club = { fuckdollAccepted: false, broodmotherAccepted: false, shouldWalk: true, - shouldHold: true, + shouldHold: false, shouldSee: false, shouldHear: true, shouldTalk: true, -- GitLab