From 30366667b614a0fb95903e710359cdd7bf9e2a50 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Wed, 3 Mar 2021 20:27:01 -0800 Subject: [PATCH] spelling --- src/npc/startingGirls/startingGirls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/startingGirls/startingGirls.js b/src/npc/startingGirls/startingGirls.js index ecfbbe7c8ff..8d2495f7997 100644 --- a/src/npc/startingGirls/startingGirls.js +++ b/src/npc/startingGirls/startingGirls.js @@ -632,7 +632,7 @@ App.StartingGirls.applyPlayerOrigin = function(slave) { if (slave.mother === -1 && slave.father === -1) { slave.origin = "You got the idea of fucking yourself after watching some private videos you acquired. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up."; } else if (slave.mother === -1) { - slave.origin = "What was intended to be a lucrative scam resulted in you bumping uglies with the bigger fish in the pond. $He is the result of that trist."; + slave.origin = "What was intended to be a lucrative scam resulted in you bumping uglies with the bigger fish in the pond. $He is the result of that tryst."; } else if (slave.father === -1) { slave.origin = "A little data manipulation and suddenly you were the sperm donor in place of $his intended father. Years later $he managed to find $his way to you."; } else { -- GitLab