From fbc8ead882274bae602c642e56a79e7b8101c697 Mon Sep 17 00:00:00 2001 From: TheDanseMacabre <57339900+TheDanseMacabre@users.noreply.github.com> Date: Sat, 14 May 2022 09:08:55 -0400 Subject: [PATCH] Fixes gargoyle suit typo (#13930) --- code/modules/clothing/spacesuits/void/misc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/void/misc.dm b/code/modules/clothing/spacesuits/void/misc.dm index d58c67be2e5..6d63e4b1d57 100644 --- a/code/modules/clothing/spacesuits/void/misc.dm +++ b/code/modules/clothing/spacesuits/void/misc.dm @@ -19,7 +19,7 @@ refittable = FALSE /obj/item/clothing/suit/space/void/sol - name = "garygoyle voidsuit" + name = "gargoyle voidsuit" desc = "A midweight Zavodskoi-manufactured voidsuit designed for the Solarian Armed Forces, the Type-4 \"Gargoyle\" is the primary armored voidsuit in use by the Alliance military." icon_state = "sol_suit" item_state = "sol_suit"