From e315ea356ba9950c1d94a8700b1e8253bd441922 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Mon, 14 Sep 2020 21:41:01 -0700 Subject: [PATCH] I swear I added this semicolon already --- 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 b8d66fe23fb..d20ead131eb 100644 --- a/src/endWeek/saDrugs.js +++ b/src/endWeek/saDrugs.js @@ -1569,7 +1569,7 @@ App.SlaveAssignment.drugs = (function() { case "speed up": slave.chem += 2; if (slave.preg >= slave.pregData.normalBirth) { - r += ` ${His} child is ready to pop out of ${his} womb; <span class="yellow">${his} course of rapid gestation agents is finished.</span>` + r += ` ${His} child is ready to pop out of ${his} womb; <span class="yellow">${his} course of rapid gestation agents is finished.</span>`; slave.pregControl = "none"; } else if ((slave.assignment !== Job.CLINIC || !S.Nurse) && slave.geneMods.rapidCellGrowth !== 1) { r += ` ${His} `; -- GitLab