From 2025d144a4a5ed3485bd0e58a602f7d3135fe040 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 15 Nov 2020 21:03:49 -0500 Subject: [PATCH] fixes --- src/markets/specificMarkets/slaveShelter.js | 2 +- src/pregmod/sePlayerBirth.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/markets/specificMarkets/slaveShelter.js b/src/markets/specificMarkets/slaveShelter.js index 734f28ab826..35d494e7ec2 100644 --- a/src/markets/specificMarkets/slaveShelter.js +++ b/src/markets/specificMarkets/slaveShelter.js @@ -175,7 +175,7 @@ App.Markets["Slave Shelter"] = function() { break; case "degraded DoL": V.shelterSlave = GenerateNewSlave(null, {minAge: 14, disableDisability: 1, ageOverridesPedoMode: 1}); - V.shelterSlave.origin = "$He is an enslaved Daughter of Liberty, caught some weeks after the failed coup. $His previous owner used $him as a punching bag and dart board, then when $he was bored of $him tattooed obscenities all over $his body and threw $him away."; + V.shelterSlave.origin = "$He is an enslaved Daughter of Liberty, caught some weeks after the failed coup. $His previous owner used $him as a punching bag and dart board, then when he was bored of $him tattooed obscenities all over $his body and threw $him away."; V.shelterSlave.career = "a slave"; V.shelterSlave.devotion = jsRandom(-100, -90); V.shelterSlave.trust = jsRandom(-100, -90); diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw index 25fd0c8d4cd..b71305beb0d 100644 --- a/src/pregmod/sePlayerBirth.tw +++ b/src/pregmod/sePlayerBirth.tw @@ -457,7 +457,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin <<elseif _babiesReduced.length > 1>> _babiesReduced[0] and _babiesReduced[1]'s <<else>> - _babiesReduced[0]'s + _babiesReduced[0]<<if _babiesReduced[0] != "your own" && _babiesReduced[0] != "designer">>'s<</if>> <</if>> babies into the world. -- GitLab