From c4efcc91dec056207b9ab2fb04f6ca858a46ce5b Mon Sep 17 00:00:00 2001 From: Cursor <102828457+theselfish@users.noreply.github.com> Date: Thu, 2 Oct 2025 17:12:48 +0100 Subject: [PATCH] Fixes a mispelling of the word 'adjust' (#93242) ## About The Pull Request Title. ## Why It's Good For The Game Words should be spelt right. ## Changelog :cl: spellcheck: You can no longer 'ajdust' your sensors. Adjusting hasn't changed, though. /:cl: --- code/modules/clothing/under/_under.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/under/_under.dm b/code/modules/clothing/under/_under.dm index 552e69dcffa..d3bcef958f4 100644 --- a/code/modules/clothing/under/_under.dm +++ b/code/modules/clothing/under/_under.dm @@ -438,7 +438,7 @@ balloon_alert(toggler, "sensors shorted!") return FALSE if(NO_SENSORS) - balloon_alert(toggler, "no sensors to ajdust!") + balloon_alert(toggler, "no sensors to adjust!") return FALSE return TRUE