diff --git a/src/endWeek/saServeThePublic.js b/src/endWeek/saServeThePublic.js index 5277f03b130a458b771e2368f2ed41e49b77d0d7..e077ce28252bea5fa53ba00a7819cea7716c6d89 100644 --- a/src/endWeek/saServeThePublic.js +++ b/src/endWeek/saServeThePublic.js @@ -830,19 +830,19 @@ App.SlaveAssignment.serveThePublic = (function() { } } else if (slave.teeth === "pointy") { if (V.policies.gumjobFetishism === 1) { - r += ` Most of the citizens that use ${him} are quite disappointed to find ${his} mouth full of teeth, but there are a handful still interested in ${his} unusual dentistry.` + r += ` Most of the citizens that use ${him} are quite disappointed to find ${his} mouth full of teeth, but there are a handful still interested in ${his} unusual dentistry.`; } else { r += ` The extra attention ${he} receives due to ${his} sharp teeth is balanced by the citizens who are scared off by them.`; } } else if (slave.teeth === "fangs") { if (V.policies.gumjobFetishism === 1) { - r += ` Most of the citizens that use ${him} are quite disappointed to find ${his} mouth full of teeth, but there are a handful still interested in ${his} unusual dentistry.` + r += ` Most of the citizens that use ${him} are quite disappointed to find ${his} mouth full of teeth, but there are a handful still interested in ${his} unusual dentistry.`; } else { r += ` The extra attention ${he} receives due to ${his} fangs is balanced by the citizens who are scared off by them.`; } } else { if (V.policies.gumjobFetishism === 1) { - r += ` Most of the public is dissapointed that ${his} teeth don't come out.` + r += ` Most of the public is dissapointed that ${his} teeth don't come out.`; } } diff --git a/src/endWeek/saWhore.js b/src/endWeek/saWhore.js index 4e72cdc9bf7209ff5f8e07d789c6ab202626837b..c5082940c629873ba159354f85039f9ac7c88d57 100644 --- a/src/endWeek/saWhore.js +++ b/src/endWeek/saWhore.js @@ -903,19 +903,19 @@ App.SlaveAssignment.whore = (function() { } } else if (slave.teeth === "pointy") { if (V.policies.gumjobFetishism === 1) { - r += ` Most customers are quite dissapointed with ${his} tooth-filled mouth, but there are a handful still interested in ${his} unusual dentistry.` + r += ` Most customers are quite dissapointed with ${his} tooth-filled mouth, but there are a handful still interested in ${his} unusual dentistry.`; } else { r += ` The extra attention ${he} receives due to ${his} sharp teeth is balanced by the customers who are scared off by them.`; } } else if (slave.teeth === "fangs") { if (V.policies.gumjobFetishism === 1) { - r += ` Most customers are quite dissapointed with ${his} tooth-filled mouth, but there are a handful still interested in ${his} unusual dentistry.` + r += ` Most customers are quite dissapointed with ${his} tooth-filled mouth, but there are a handful still interested in ${his} unusual dentistry.`; } else { r += ` The extra attention ${he} receives due to ${his} fangs is balanced by the customers who are scared off by them.`; } } else { if (V.policies.gumjobFetishism === 1) { - r += ` Most customers are quite dissapointed that ${his} teeth don't come out.` + r += ` Most customers are quite dissapointed that ${his} teeth don't come out.`; } } diff --git a/src/js/slaveCostJS.js b/src/js/slaveCostJS.js index 068c9832b3a892bf25615089955c133725bb8866..2d941c3d34c6765c0d1b62fb0d1018009331f139 100644 --- a/src/js/slaveCostJS.js +++ b/src/js/slaveCostJS.js @@ -296,6 +296,7 @@ globalThis.BeautyArray = (function() { adjustBeauty("Teeth: Gumjob Fetishism", -(5)); } } + } /** * @param {App.Entity.SlaveState} slave