From 4fa871a6bc0340821e365b030dc55d6ea38c0122 Mon Sep 17 00:00:00 2001 From: KabKebab Date: Sun, 20 Mar 2022 12:33:13 +0100 Subject: [PATCH] fixed the lavaknight suit not pointing to its correct icon folder --- code/modules/clothing/spacesuits/hardsuit.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/clothing/spacesuits/hardsuit.dm b/code/modules/clothing/spacesuits/hardsuit.dm index 560455b5..a93e2431 100644 --- a/code/modules/clothing/spacesuits/hardsuit.dm +++ b/code/modules/clothing/spacesuits/hardsuit.dm @@ -874,6 +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_state = "knight_cydonia" item_state = "knight_yellow" item_color = null @@ -924,6 +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_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."