diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index 2a86615a3b..b16027983f 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -215,7 +215,6 @@ name = "techpriest robes" desc = "For those who REALLY love their toasters." icon_state = "techpriest" - mob_overlay_icon = 'icons/mob/clothing/suit.dmi' item_state = "techpriest" body_parts_covered = CHEST|GROIN|LEGS|ARMS hoodtype = /obj/item/clothing/head/hooded/techpriest diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index a981bc456d..6f0295d1db 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 c913dc0347..529139f8c5 100644 Binary files a/icons/obj/clothing/suits.dmi and b/icons/obj/clothing/suits.dmi differ diff --git a/modular_sand/code/modules/clothing/refactor.dm b/modular_sand/code/modules/clothing/refactor.dm index 0f7d955077..0f48144f85 100644 --- a/modular_sand/code/modules/clothing/refactor.dm +++ b/modular_sand/code/modules/clothing/refactor.dm @@ -2,10 +2,10 @@ mutantrace_variation = STYLE_DIGITIGRADE|STYLE_ALL_TAURIC taur_mob_worn_overlay = 'modular_sand/icons/mob/suits_taur.dmi' -// /obj/item/clothing/suit/hooded/techpriest -// mutantrace_variation = STYLE_DIGITIGRADE|STYLE_ALL_TAURIC -// taur_mob_worn_overlay = 'modular_sand/icons/mob/suits_taur.dmi' +/obj/item/clothing/suit/hooded/techpriest + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_ALL_TAURIC + taur_mob_worn_overlay = 'modular_sand/icons/mob/suits_taur.dmi' -// /obj/item/clothing/suit/hooded/techpriest_t -// mutantrace_variation = STYLE_DIGITIGRADE|STYLE_ALL_TAURIC -// taur_mob_worn_overlay = 'modular_sand/icons/mob/suits_taur.dmi' +/obj/item/clothing/suit/hooded/techpriest_t + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_ALL_TAURIC + taur_mob_worn_overlay = 'modular_sand/icons/mob/suits_taur.dmi' diff --git a/modular_splurt/code/modules/clothing/refactor.dm b/modular_splurt/code/modules/clothing/refactor.dm new file mode 100644 index 0000000000..2a0ad731c4 --- /dev/null +++ b/modular_splurt/code/modules/clothing/refactor.dm @@ -0,0 +1,18 @@ +/obj/item/clothing/suit/hooded/techpriest + name = "techpriest robes" + desc = "For those who REALLY love their toasters." + icon_state = "techpriest" + item_state = "techpriest" + body_parts_covered = CHEST|GROIN|LEGS|ARMS + hoodtype = /obj/item/clothing/head/hooded/techpriest + mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON + taur_mob_worn_overlay = 'modular_sand/icons/mob/suits_taur.dmi' + +/obj/item/clothing/head/hooded/techpriest + name = "techpriest's hood" + desc = "A hood for those who REALLY love their toasters." + icon_state = "techpriesthood" + item_state = "techpriesthood" + body_parts_covered = HEAD + flags_inv = HIDEHAIR|HIDEEARS + mutantrace_variation = STYLE_MUZZLE diff --git a/tgstation.dme b/tgstation.dme index 83f5b214c0..9305df432b 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -4639,6 +4639,7 @@ #include "modular_splurt\code\modules\clothing\clothing.dm" #include "modular_splurt\code\modules\clothing\gloves.dm" #include "modular_splurt\code\modules\clothing\kinkyclothes.dm" +#include "modular_splurt\code\modules\clothing\refactor.dm" #include "modular_splurt\code\modules\clothing\sizeaccessories.dm" #include "modular_splurt\code\modules\clothing\glasses\_glasses.dm" #include "modular_splurt\code\modules\clothing\glasses\hud.dm"