Grammar fix in valentine code (#49341)

This commit is contained in:
Tlaltecuhtli
2020-02-13 16:37:18 -05:00
committed by GitHub
parent 40d3df8df9
commit 89ffb407b6
@@ -15,5 +15,5 @@
. = ..()
/datum/antagonist/heartbreaker/greet()
to_chat(owner, "<span class='warning'><B>You didn't get a date! They're all having fun without you! you'll show them though...</B></span>")
to_chat(owner, "<span class='warning'><B>You didn't get a date! They're all having fun without you! You'll show them though...</B></span>")
owner.announce_objectives()