From b278a9a3d816077cc4b5ba453ec717b239aea828 Mon Sep 17 00:00:00 2001 From: Trinidad <anchaiscastilla@gmail.com> Date: Tue, 11 Jun 2024 15:35:51 +0200 Subject: [PATCH] modified: src/events/scheduled/sePlayerBirth.js --- src/events/scheduled/sePlayerBirth.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/events/scheduled/sePlayerBirth.js b/src/events/scheduled/sePlayerBirth.js index 57dbfd566c8..bb7a353ca1e 100644 --- a/src/events/scheduled/sePlayerBirth.js +++ b/src/events/scheduled/sePlayerBirth.js @@ -994,7 +994,7 @@ App.Events.SEPlayerBirth = class SEPlayerBirth extends App.Events.BaseEvent { r.push(`Rumors spread that The Prophet gave birth to a slave's ${(curBabies > 1) ? "children" : "child"}.`); if (FutureSocieties.isActive('FSSupremacist')) { if (pb.race !== V.arcologies[0].FSSupremacistRace) { - r.push(`Word is that your child${curBabies > 1 ? `ren were` : `was`} not ${V.arcologies[0].FSSupremacistRace}. As The Prophet saw fit to bear such a child, society views it as a sign to <span class="red">reject ${V.arcologies[0].FSSupremacistRace} supremacy.</span>`); + r.push(`Word is that your child${curBabies > 1 ? `ren were` : ` was`} not ${V.arcologies[0].FSSupremacistRace}. As The Prophet saw fit to bear such a child, society views it as a sign to <span class="red">reject ${V.arcologies[0].FSSupremacistRace} supremacy.</span>`); V.arcologies[0].FSSupremacist -= 120; } } @@ -1005,10 +1005,10 @@ App.Events.SEPlayerBirth = class SEPlayerBirth extends App.Events.BaseEvent { } } } else { - r.push(`Rumors spread that your child${curBabies > 1 ? `ren were` : `was`} fathered by a slave, <span class="red">harming your lasting reputation.</span>`); + r.push(`Rumors spread that your child${curBabies > 1 ? `ren were` : ` was`} fathered by a slave, <span class="red">harming your lasting reputation.</span>`); if (FutureSocieties.isActive('FSSupremacist')) { if (pb.race !== V.arcologies[0].FSSupremacistRace) { - r.push(`Furthermore, word is that your child${curBabies > 1 ? `ren were` : `was`} not ${V.arcologies[0].FSSupremacistRace}, <span class="red">further hurting your lasting reputation.</span>`); + r.push(`Furthermore, word is that your child${curBabies > 1 ? `ren were` : ` was`} not ${V.arcologies[0].FSSupremacistRace}, <span class="red">further hurting your lasting reputation.</span>`); } } if (FutureSocieties.isActive('FSSubjugationist')) { -- GitLab