diff --git a/code/modules/clothing/spacesuits/rig.dm b/code/modules/clothing/spacesuits/rig.dm index 436afc72c6b..9a0a753bcd6 100644 --- a/code/modules/clothing/spacesuits/rig.dm +++ b/code/modules/clothing/spacesuits/rig.dm @@ -118,6 +118,22 @@ item_state = "ce_hardsuit" flags = FPRINT | TABLEPASS | STOPSPRESSUREDMAGE | ONESIZEFITSALL + +//Singuloth armor +/obj/item/clothing/head/helmet/space/rig/singuloth + name = "singuloth knight's helmet" + desc = "This is an adamantium helmet from the chapter of the Singuloth Knights. It shines with a holy aura." + icon_state = "rig0-singuloth" + item_state = "singuloth_helm" + _color = "singuloth" + +/obj/item/clothing/suit/space/rig/singuloth + icon_state = "rig-singuloth" + name = "singuloth knight's armor" + desc = "This is a ceremonial armor from the chapter of the Singuloth Knights. It's made of pure forged adamantium." + item_state = "singuloth_hardsuit" + flags = FPRINT | TABLEPASS | STOPSPRESSUREDMAGE + //Mining rig /obj/item/clothing/head/helmet/space/rig/mining name = "mining hardsuit helmet" diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 79d67089365..6b39e0332bc 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index b4bb02e094b..26a05d80e49 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index df818e448ef..89f2ccf8525 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index d95cb53dfb3..92ef8b8b97d 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ