From 7bc56c99180527d71bebf05da9d819c2cb9b625b Mon Sep 17 00:00:00 2001 From: KabKebab Date: Sun, 20 Mar 2022 13:09:50 +0100 Subject: [PATCH] holy shit why don't double quotes work I hate DML --- code/modules/clothing/spacesuits/hardsuit.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index a93e2431..3fe1e236 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -874,8 +874,8 @@ /obj/item/clothing/head/helmet/space/hardsuit/lavaknight name = "cydonian helmet" desc = "A helmet designed with both form and function in mind, it protects the user against physical trauma and hazardous conditions while also having polychromic light strips." - icon = "modular_citadel/icons/lavaknight/item/head.dmi" - alternate_worn_icon = "modular_citadel/icons/lavaknight/mob/head.dmi" + icon = 'modular_citadel/icons/lavaknight/item/head.dmi' + alternate_worn_icon = 'modular_citadel/icons/lavaknight/mob/head.dmi' icon_state = "knight_cydonia" item_state = "knight_yellow" item_color = null @@ -926,8 +926,8 @@ . += energy_overlay /obj/item/clothing/suit/space/hardsuit/lavaknight - icon = "modular_citadel/icons/lavaknight/item/suit.dmi" - alternate_worn_icon = "modular_citadel/icons/lavaknight/mob/suit.dmi" + icon = 'modular_citadel/icons/lavaknight/item/suit.dmi' + alternate_worn_icon = 'modular_citadel/icons/lavaknight/mob/suit.dmi' icon_state = "knight_cydonia" name = "cydonian armor" desc = "A suit designed with both form and function in mind, it protects the user against physical trauma and hazardous conditions while also having polychromic light strips."