diff --git a/src/npc/startingGirls/startingGirls.js b/src/npc/startingGirls/startingGirls.js index ecfbbe7c8ffd5f8935725f399a111ec08abb5120..8d2495f7997f7f56edaffdc961dda483b6d5ca66 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 {