From 39a9b1bbca5b0a252cf5fb35c357ff6c3223b3c0 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 16 Aug 2020 02:41:27 -0700 Subject: [PATCH] Don't try to assign to variables that don't exist anymore --- src/endWeek/saChoosesOwnClothes.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js index 4f1444e835d..ead427ad8b3 100644 --- a/src/endWeek/saChoosesOwnClothes.js +++ b/src/endWeek/saChoosesOwnClothes.js @@ -24,8 +24,7 @@ App.SlaveAssignment.choosesOwnClothes = (function() { } if (slave.choosesOwnClothes !== 1) { return r; } ({ - he, him, his, hers, himself, boy, - He, His + he, him, his, himself, He, His } = getPronouns(slave)); if (slave.fetish === "mindbroken") { -- GitLab