From 68b2e7d3db15e838342aad1ccf6e970d2685ea88 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 8 Jan 2020 22:09:43 -0500 Subject: [PATCH] restore comment --- src/js/utilsFC.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/utilsFC.js b/src/js/utilsFC.js index f3a508d74ad..e60ba9aefbd 100644 --- a/src/js/utilsFC.js +++ b/src/js/utilsFC.js @@ -2738,7 +2738,7 @@ App.Utils.setLocalPronouns = function(slave, suffix, pronouns) { 'She', 'Her', 'Hers', 'Herself', 'Girl', 'woman', 'loli', 'daughter', 'sister', 'wife', 'mother', 'Woman', 'Loli', 'Daughter', 'Sister', 'Wife', 'Mother' - ]; + ]; // Pronouns always refer to the slave in question, never any relation of theirs. It is "mother" as in "she is a mother of many" not "you are her mother". const scope = pSuffix.length === 0 ? State.variables : State.temporary; pronouns.forEach(p => { -- GitLab