From 9f6687e77e38a66e3b0b49af929b7a49eb30be03 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sat, 29 Aug 2020 17:00:23 -0700 Subject: [PATCH] Punctuation and pronoun fixes --- src/js/utilsFC.js | 14 +++++++------- src/uncategorized/saRules.tw | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/js/utilsFC.js b/src/js/utilsFC.js index e33d9c8e2e7..0690e3f524b 100644 --- a/src/js/utilsFC.js +++ b/src/js/utilsFC.js @@ -2208,15 +2208,15 @@ globalThis.convertCareer = function(slave) { }; /** - * @param {string} targetSkill. Skill to be checked. - * @param {Object} slave. Slave to be checked. + * @param {string} targetSkill - Skill to be checked. + * @param {Object} slave - Slave to be checked. * @param {number} [skillIncrease=1] * @returns {string} */ globalThis.slaveSkillIncrease = function(targetSkill, slave, skillIncrease = 1) { let r = "", skillDec; - const {He, his} = getPronouns(slave), - isleadershipRole = function() { + const {He, his, him} = getPronouns(slave); + const isleadershipRole = function() { if (['headGirl', 'recruiter', 'bodyguard', 'madam', 'DJ', 'nurse', 'teacher', 'attendant', 'matron', 'stewardess', 'milkmaid', 'farmer', 'wardeness'].includes(targetSkill)) { return true; } @@ -2244,9 +2244,9 @@ globalThis.slaveSkillIncrease = function(targetSkill, slave, skillIncrease = 1) case 'oral': r += ` and at least suck a dick without constant gagging.`; break; case 'vaginal': - r += ` and avoid some of the common pitfalls and turnoffs`; break; + r += ` and can avoid some of the common pitfalls and turnoffs.`; break; case 'anal': - r += ` and can accept penetration of ${his} anus without danger`; break; + r += ` and can accept penetration of ${his} anus without danger.`; break; case 'whoring': r += ` and can avoid some potentially dangerous situations.`; break; case 'entertainment': @@ -2304,7 +2304,7 @@ globalThis.slaveSkillIncrease = function(targetSkill, slave, skillIncrease = 1) case 'oral': r += ` and has a delightfully experienced tongue.`; break; case 'vaginal': - r += ` and has the muscular control to massage anything that's inside $him`; break; + r += ` and has the muscular control to massage anything that's inside ${him}.`; break; case 'anal': r += ` and knows how to use ${his} sphincter to please.`; break; case 'whoring': diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw index 5c539518af8..8a6e9aab602 100644 --- a/src/uncategorized/saRules.tw +++ b/src/uncategorized/saRules.tw @@ -1591,7 +1591,7 @@ <<if ($slaves[$i].attrKnown == 0)>> <<if ($week-$slaves[$i].weekAcquired > 4) && $slaves[$i].energy > 20>> <<set $slaves[$i].attrKnown = 1>> - <<= capFirstChar($assistant.name)>> has been monitoring $him choice of entertainment, analyzing $his sexuality. It seems $he is + <<= capFirstChar($assistant.name)>> has been monitoring $his choice of entertainment, analyzing $his sexuality. It seems $he is <<saRulesAttractionDiscovery>> <</if>> <</if>> -- GitLab