From 4ddb82a71a2cb2a34c38d01c187fd5e7f98bbdfb Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 4 Nov 2020 18:53:16 -0500 Subject: [PATCH] fix cutting --- src/facilities/incubator/incubatorInteract.js | 2 +- src/npc/generate/newSlaveIntro.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/facilities/incubator/incubatorInteract.js b/src/facilities/incubator/incubatorInteract.js index 037cdf5a6e0..c642f26e7e7 100644 --- a/src/facilities/incubator/incubatorInteract.js +++ b/src/facilities/incubator/incubatorInteract.js @@ -1547,7 +1547,7 @@ App.UI.incubator = function() { } else if (V.incubatorUpgradeOrgans < 1) { row.append(`${_incubatorNameCaps} lacks the ability to extract tissue samples. Construction not possible.`); } else if (V.dispensaryUpgrade < 1) { - row.append(`${_incubatorNameCaps} lacks a connection to an advanced pharmaceutical fabricator.Cutting - edge targeted serums production needed as integral part. Construction not possible.`); + row.append(`${_incubatorNameCaps} lacks a connection to an advanced pharmaceutical fabricator. Cutting-edge targeted serums production needed as integral part. Construction not possible.`); } else if (V.bellyImplants < 1) { row.append(`${_incubatorNameCaps} lacks a connection with an implant manufacturing to construct fillable abdominal implants to simulate expansion. Construction not possible.`); } else if (V.incubatorUpgradeGrowthStims < 1) { diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js index 8086c27d615..a4290359823 100644 --- a/src/npc/generate/newSlaveIntro.js +++ b/src/npc/generate/newSlaveIntro.js @@ -3517,7 +3517,7 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest = slave.fetishStrength = 20; } } else if (tankBorn && V.PC.pregMood === 1) { - r.push(`until ${he} has no choice but to wrap ${his} arms around it.${He} happily runs ${his} hands across your belly, cooing with delight at the tautness and warmth.${He} jumps back with a gasp the first time ${he} is met with a kick from within you, but < span class="hotpink" > giggles pleasantly</span > as you help ${him} back to ${his} feet and pull ${him} into an embrace, guiding ${him} to the couch.You tweak one of your nipples, encouraging your milk to flow and enticing`); + r.push(`until ${he} has no choice but to wrap ${his} arms around it.${He} happily runs ${his} hands across your belly, cooing with delight at the tautness and warmth.${He} jumps back with a gasp the first time ${he} is met with a kick from within you, but < span class="hotpink" > giggles pleasantly</span > as you help ${him} back to ${his} feet and pull ${him} into an embrace, guiding ${him} to the couch. You tweak one of your nipples, encouraging your milk to flow and enticing`); if (slave.mother === -1) { r.push(`your ${daughter} to suckle from ${his} mother.`); } else { -- GitLab