diff --git a/src/endWeek/saLiveWithHG.js b/src/endWeek/saLiveWithHG.js index 01d248a243de9b298b3ecdfe1b3c20407a209359..bd6c5eb51b69c7149e92987115ce40d674ab77f3 100644 --- a/src/endWeek/saLiveWithHG.js +++ b/src/endWeek/saLiveWithHG.js @@ -72,7 +72,7 @@ App.SlaveAssignment.liveWithHG = (function() { if (slave.devotion > 50) { HGCausesFetish(slave, S.HeadGirl); } - HGSexualSatiaion(slave, S.HeadGirl); + HGSexualSatiation(slave, S.HeadGirl); HGManagesTiredness(slave, S.HeadGirl); HGDressesSlave(slave, S.HeadGirl); if (S.HeadGirl.energy > 95) { @@ -288,7 +288,7 @@ App.SlaveAssignment.liveWithHG = (function() { slave.devotion += 5; } } else if (slave.devotion <= 20) { - r.push(`Since ${he} is not yet well trained, ${HG.slaveName} instructs ${him}, <span class="devotin inc">training</span> ${him} to be a proper assistant.`); + r.push(`Since ${he} is not yet well trained, ${HG.slaveName} instructs ${him}, <span class="devoting inc">training</span> ${him} to be a proper assistant.`); slave.devotion += 4; } else if (slave.devotion <= 50) { r.push(`Since ${he} is not yet a devoted slave, ${HG.slaveName} works with ${him}, <span class="devotion inc">training</span> ${him} to be a good assistant.`); @@ -729,7 +729,7 @@ App.SlaveAssignment.liveWithHG = (function() { * @param {App.Entity.SlaveState} slave * @param {App.Entity.SlaveState} HG */ - function HGSexualSatiaion(slave, HG) { + function HGSexualSatiation(slave, HG) { if (HG.energy > 95) { r.push(`${slave.slaveName} spends a lot of time getting fucked in whichever hole or cranny ${HG.slaveName} decides to shove ${his2}`); if (canPenetrate(HG)) { @@ -1188,7 +1188,7 @@ App.SlaveAssignment.liveWithHG = (function() { * @param {App.Entity.SlaveState} HG */ function narcissistHG(slave, HG) { - if (HG.bald !== 1&& HG.hLength > 0) { + if (HG.bald !== 1 && HG.hLength > 0) { if (slave.bald !== 1) { if (!hasHColorRule(slave, V.defaultRules)) { if (slave.hColor !== HG.hColor) { diff --git a/src/events/PE/concubineInterview.js b/src/events/PE/concubineInterview.js index f56b4c9efceda93ce6545f0bba6d4ee354753c50..9d64498a8df7c4bd0deebc08769dd33166690d4e 100644 --- a/src/events/PE/concubineInterview.js +++ b/src/events/PE/concubineInterview.js @@ -199,7 +199,7 @@ App.Events.PEConcubineInterview = class PEConcubineInterview extends App.Events. t.push(`a child is born into the world, live on screen.`); t.push(`a child is born into ${his}`); - switch(eventSlave.clothes) { + switch (eventSlave.clothes) { case "a toga": t.push(`toga.`); break;