From b4484a8585fcdff78f8293fd9429e7c29f7e3570 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 8 Dec 2020 15:59:31 -0500 Subject: [PATCH] sg tattoo fix --- 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 cc7fd5b8e8a..05eb4f6f398 100644 --- a/src/npc/startingGirls/startingGirls.js +++ b/src/npc/startingGirls/startingGirls.js @@ -334,7 +334,7 @@ App.StartingGirls.applyPlayerOrigin = function(slave) { case "slaver": if (slave.mother === -1 && slave.father === -1) { slave.origin = "You never thought you would be capable of impregnating yourself, but years of pleasuring yourself with yourself after missions managed to create $him."; - slave.custom.tattoo = "$He has a small tattoo of a private military company's coat of arms on the nape of $his neck."; + slave.custom.tattoo = "$He has your tiny slaving emblem tattooed behind $his left ear."; } else if (slave.mother === -1) { slave.origin = "A fresh capture once overpowered you and had his way with you. You kept $him as a painful reminder to never lower your guard again."; slave.custom.tattoo = "$He has your tiny slaving emblem tattooed behind $his left ear."; -- GitLab