diff --git a/hyperstation/code/obj/rewards.dm b/hyperstation/code/obj/rewards.dm index 40523e0a..946e49a3 100644 --- a/hyperstation/code/obj/rewards.dm +++ b/hyperstation/code/obj/rewards.dm @@ -171,3 +171,30 @@ light_color = "#FFCC66" icon_off = "pipe" icon_on = "pipe_lit" + +/obj/item/clothing/suit/hooded/occultrobes + name = "Occult Robes" + desc = "I didn't even know they made these in XXS..." + icon_state = "coatwinter" + item_state = "coatwinter" + body_parts_covered = CHEST|GROIN|ARMS + cold_protection = CHEST|GROIN|ARMS + min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT + armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 10, "rad" = 0, "fire" = 0, "acid" = 0) + allowed = list(/obj/item/flashlight, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter) + +/obj/item/clothing/suit/hooded/occultrobes + name = "occult robes" + desc = "I didn't even know they made these in XXS..." + icon_state = "occultrobes" + hoodtype = /obj/item/clothing/head/hooded/occultrobeshood + mutantrace_variation = NO_MUTANTRACE_VARIATION + +/obj/item/clothing/head/hooded/occultrobeshood + name = "occult hood" + icon_state = "occultrobeshood" + body_parts_covered = HEAD + cold_protection = HEAD + min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT + flags_inv = HIDEHAIR + mutantrace_variation = NO_MUTANTRACE_VARIATION \ No newline at end of file diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 2ba92df3..de97e09f 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 41f42a43..ffd09f92 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/clothing/suits.dmi b/icons/obj/clothing/suits.dmi index 39d166fd..7c51d875 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ diff --git a/modular_citadel/code/modules/client/loadout/__donator.dm b/modular_citadel/code/modules/client/loadout/__donator.dm index 8d2d706c..0a267c02 100644 --- a/modular_citadel/code/modules/client/loadout/__donator.dm +++ b/modular_citadel/code/modules/client/loadout/__donator.dm @@ -163,3 +163,8 @@ datum/gear/darksabresheath path = /obj/item/bong/kiseru ckeywhitelist = list("madness_18") +/datum/gear/robes + name = "Occult Robes" + category = SLOT_IN_BACKPACK + path = /obj/item/clothing/suit/hooded/occultrobes + ckeywhitelist = list("relquen")