From 3b85be869aea8d10fb5143da740fe1164e34058e Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Fri, 17 Aug 2018 03:44:59 -0400
Subject: [PATCH] comma

---
 devNotes/twine JS.txt         | 2 +-
 src/endWeek/saStayConfined.tw | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index bcad7fc6483..008a587274c 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -10864,7 +10864,7 @@ window.saStayConfined = function saStayConfined(slave) {
 
 		if (slave.assignment == "be confined in the cellblock") {
 			if (slave.hears <= -1) {
-				t += ` $His hearing impairment spares $him the sounds of $his peers getting punished lightening the impact of $his imprisonment.`
+				t += ` $His hearing impairment spares $him the sounds of $his peers getting punished, lightening the impact of $his imprisonment.`
 			}
 		}
 
diff --git a/src/endWeek/saStayConfined.tw b/src/endWeek/saStayConfined.tw
index 6377ae66fa0..2d0b14d6774 100644
--- a/src/endWeek/saStayConfined.tw
+++ b/src/endWeek/saStayConfined.tw
@@ -38,7 +38,7 @@ window.saStayConfined = function saStayConfined(slave) {
 
 		if (slave.assignment == "be confined in the cellblock") {
 			if (slave.hears <= -1) {
-				t += ` $His hearing impairment spares $him the sounds of $his peers getting punished lightening the impact of $his imprisonment.`
+				t += ` $His hearing impairment spares $him the sounds of $his peers getting punished, lightening the impact of $his imprisonment.`
 			}
 		}
 		
-- 
GitLab