From 37f1beb5215f46a221eb21bb132eeb4e3c5b192a Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 22 Aug 2021 23:31:31 -0700
Subject: [PATCH] plurals for the plural scene

---
 src/events/RE/reSiblingPlease.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/RE/reSiblingPlease.js b/src/events/RE/reSiblingPlease.js
index 65cd3d4412e..ccbbba30515 100644
--- a/src/events/RE/reSiblingPlease.js
+++ b/src/events/RE/reSiblingPlease.js
@@ -350,7 +350,7 @@ App.Events.RESiblingPlease = class RESiblingPlease extends App.Events.BaseEvent
 			if (dau.preg === -1 || mom.preg === -1) {
 				t.push(`You've already ordered ${V.assistant.name} to discontinue their contraceptive regimens, and you're`);
 			} else {
-				t.push(`You won't know if it's taken right away, but you're`);
+				t.push(`You won't know if they've taken right away, but you're`);
 			}
 			t.push(`sure that repeating this ritual all week will result in <span class="pregnant">both of them getting pregnant</span> with your children.`);
 			t.toParagraph();
-- 
GitLab