diff --git a/code/modules/clothing/spacesuits/miscellaneous.dm b/code/modules/clothing/spacesuits/miscellaneous.dm index d03d7e169b5..48188b2764d 100644 --- a/code/modules/clothing/spacesuits/miscellaneous.dm +++ b/code/modules/clothing/spacesuits/miscellaneous.dm @@ -312,3 +312,16 @@ Contains: name = "inquisitor's helmet" icon_state = "hardsuit0-inq" item_state = "hardsuit0-inq" + +/obj/item/clothing/suit/space/hardsuit/ert/paranormal/beserker + name = "champion's hardsuit" + desc = "Voices echo from the hardsuit, driving the user insane." + icon_state = "hardsuit-beserker" + item_state = "hardsuit-beserker" + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/ert/paranormal/beserker + +/obj/item/clothing/head/helmet/space/hardsuit/ert/paranormal/beserker + name = "champion's helmet" + desc = "Peering into the eyes of the helmet is enough to seal damnation." + icon_state = "hardsuit0-beserker" + item_state = "hardsuit0-beserker" diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index a6fabeb90dc..b0b3ab28b58 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -38,7 +38,7 @@ if(11) new /obj/vehicle/lavaboat/dragon(src) if(12) - new /obj/item/upgradescroll(src) + new /obj/item/clothing/suit/space/hardsuit/ert/paranormal/beserker(src) if(13) new /obj/item/weapon/sord(src) if(14) @@ -68,6 +68,7 @@ new /obj/item/weapon/spellbook/oneuse/smoke(src) + //Spooky special loot /obj/item/device/wisp_lantern diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index c5de1610578..c434ad6a378 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 77a3ec6f9ed..11f55cbc902 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 d7a8ae35c81..8759f5f4d07 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 2dced1532d7..b44076fdda4 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ