From 33dc25a365a5b6454ca769cdcafad89428e59948 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Sat, 2 Dec 2023 07:37:57 -0800 Subject: [PATCH] what'soever (#6174) ## About The Pull Request makes whatsoever not autocorrect to what'soever ## Why It's Good For The Game what'soever ## Changelog :cl: fix: autocorrect no longer corrects "whatsoever" to "what'soever" /:cl: --- code/__HELPERS/text.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/text.dm b/code/__HELPERS/text.dm index 0ccd1f945263..e4a7c7c00503 100644 --- a/code/__HELPERS/text.dm +++ b/code/__HELPERS/text.dm @@ -334,7 +334,7 @@ " ive " = " I've ", "whove" = "who've", "whod" = "who’d", - "whats" = "what’s", + "whats " = "what’s ", "whatd" = "what’d", "thats" = "that’s", "thatll" = "that’ll",