mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 04:07:04 +01:00
anyways
techpriest robes are now un-shitty-fixed and fixed again. Should be working properly now. No idea how to get the naga taur sprite working because it was supposed to be added in sand modular but sand modular was the one breaking it all so 🤷
19 lines
688 B
Plaintext
19 lines
688 B
Plaintext
/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
|