From 9a985d6f541086249680baf242023d324be32d40 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Thu, 12 Mar 2020 00:18:18 -0700
Subject: [PATCH] Punctuation belongs inside the span

---
 src/endWeek/saDrugs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/endWeek/saDrugs.js b/src/endWeek/saDrugs.js
index fe2869e1bfc..14ff02217e8 100644
--- a/src/endWeek/saDrugs.js
+++ b/src/endWeek/saDrugs.js
@@ -1391,7 +1391,7 @@ window.saDrugs = (function saDrugs() {
 			case "breast redistributors":
 				r += ` ${He} receives <span class="lime">direct injections of fat redistributors right into ${his}`;
 				if (gigantomastiaMod !== 3) {
-					r += ` breasts</span>, causing ${his} body to begin moving fatty tissue from them to ${his} core`;
+					r += ` breasts,</span> causing ${his} body to begin moving fatty tissue from them to ${his} core`;
 					if (slave.geneMods.NCS === 1) {
 						r += `; ${his} <span class="orange">NCS</span> amplifies the effectiveness`;
 					}
-- 
GitLab