From f765219b03ae8a3f36445f28c98f19a1ebc546b8 Mon Sep 17 00:00:00 2001 From: dsoloha <38593903+dsoloha@users.noreply.github.com> Date: Fri, 10 Jan 2020 13:06:04 -0500 Subject: [PATCH] Minor text fixes --- src/endWeek/saRules_old.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/endWeek/saRules_old.js b/src/endWeek/saRules_old.js index a03f811802e..6b9c38e2ca1 100644 --- a/src/endWeek/saRules_old.js +++ b/src/endWeek/saRules_old.js @@ -1,4 +1,4 @@ -(function () { +(function() { "use strict"; const @@ -443,11 +443,11 @@ } break; default: - r += `${He}'s <span class="hotpink">rewarded</span> `; + r += `${He}'s <span class="hotpink">rewarded</span>`; if (punishments && slave.rules.punishment === "situational") { - r += `and <span class="gold">punished</span>`; + r += ` and <span class="gold">punished</span>`; } - r += `situationally, letting ${him} develop normally. `; + r += ` situationally, letting ${him} develop normally. `; slave.devotion += rewards; if (V.spa) { if (V.spaSpots > 0) { -- GitLab