From 004fe7a9b158a9a5cf57dbc38bff123ab6bbc3a7 Mon Sep 17 00:00:00 2001 From: NovaBot <154629622+NovaBot13@users.noreply.github.com> Date: Sun, 14 Apr 2024 19:25:20 -0400 Subject: [PATCH] [MIRROR] Fixes a critical spelling mistake (#1989) * Fixes a critical spelling mistake (#82651) ## About The Pull Request See title ## Why It's Good For The Game Spell word good is good. ## Changelog :cl: spellcheck: Pre-Approved Cyborg Candidates are no longer "Cantidates" /:cl: * Fixes a critical spelling mistake --------- Co-authored-by: Thunder12345 --- code/modules/clothing/under/accessories/badges.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/under/accessories/badges.dm b/code/modules/clothing/under/accessories/badges.dm index 2a62db8ef08..7993ae45e00 100644 --- a/code/modules/clothing/under/accessories/badges.dm +++ b/code/modules/clothing/under/accessories/badges.dm @@ -172,7 +172,7 @@ display = span_notice("The dogtag is all scratched up.") /obj/item/clothing/accessory/dogtag/borg_ready - name = "Pre-Approved Cyborg Cantidate dogtag" + name = "Pre-Approved Cyborg Candidate dogtag" display = "This employee has been screened for negative mental traits to an acceptable level of accuracy, and is approved for the NT Cyborg program as an alternative to medical resuscitation." /* MODULAR NOVA - OVERRIDDEN IN (\modular_nova\modules\customization\modules\clothing\under\accessories.dm)