From e853e9e89447ec6d743d25da3486ab25da5c4166 Mon Sep 17 00:00:00 2001 From: Cayleth <vikingbaerserker@gmail.com> Date: Fri, 28 Sep 2018 19:19:43 -0700 Subject: [PATCH] Fixed critical error typos in saServant.tw ${he] was cassing a missing } and a text line was missing the terminating `; --- src/endWeek/saServant.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/endWeek/saServant.tw b/src/endWeek/saServant.tw index 7a58e2aeebf..271eb60f0b3 100644 --- a/src/endWeek/saServant.tw +++ b/src/endWeek/saServant.tw @@ -18,7 +18,7 @@ window.saServant = function saServant(slave) { if (V.Stewardess != 0) { t += ` This brings ${him} under ${V.Stewardess.slaveName}'s supervision. The Stewardess `; if (slave.devotion < -20) { - t += `subjects ${him} to <span class='gold'>corrective rape</span> when ${his} service is imperfect, <span class='hotpink'>when ${he] steps out of line</span>, or when the Stewardess just feels like raping ${him}, forcing the poor slave to <span class='yellowgreen'>find refuge in work.</span>`; + t += `subjects ${him} to <span class='gold'>corrective rape</span> when ${his} service is imperfect, <span class='hotpink'>when ${he} steps out of line</span>, or when the Stewardess just feels like raping ${him}, forcing the poor slave to <span class='yellowgreen'>find refuge in work.</span>`; slave.devotion += 2; slave.trust -= 2; } else if (slave.devotion <= 20) { @@ -46,7 +46,7 @@ window.saServant = function saServant(slave) { t += "frightened of punishment and works very hard, <span class='yellowgreen'>reducing the upkeep</span> of your slaves."; } else if (slave.devotion < -20) { if (slave.trust >= 20) { - t += `uninterested in doing such work and barely lifts a finger to <span class='yellowgreen'>reduce the upkeep</span> of your slaves. + t += `uninterested in doing such work and barely lifts a finger to <span class='yellowgreen'>reduce the upkeep</span> of your slaves.`; } else { t += `reluctant, requiring your other slaves to force ${his} services, and does not <span class='yellowgreen'>reduce upkeep</span> of your slaves much.`; } -- GitLab