From 89ffb407b63a9062ead22180ad8da7ca013bf690 Mon Sep 17 00:00:00 2001 From: Tlaltecuhtli <33834933+Tlaltecuhtli@users.noreply.github.com> Date: Thu, 13 Feb 2020 22:37:18 +0100 Subject: [PATCH] Grammar fix in valentine code (#49341) --- code/modules/antagonists/valentines/heartbreaker.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/valentines/heartbreaker.dm b/code/modules/antagonists/valentines/heartbreaker.dm index 526646d975d..8c993da7dc5 100644 --- a/code/modules/antagonists/valentines/heartbreaker.dm +++ b/code/modules/antagonists/valentines/heartbreaker.dm @@ -15,5 +15,5 @@ . = ..() /datum/antagonist/heartbreaker/greet() - to_chat(owner, "You didn't get a date! They're all having fun without you! you'll show them though...") + to_chat(owner, "You didn't get a date! They're all having fun without you! You'll show them though...") owner.announce_objectives()