Files
evilew 5b1eafe9d0 added hoodies from chomp
- added hoodies from chomp, added them to loadouts and clothing vendors too
2024-08-04 17:23:45 +02:00

34 lines
828 B
Plaintext

//clothing ported from chompstation2
/obj/item/clothing/head/hooded/hoodie
name = "hoodie hood"
desc = "A hood of a hoodie."
icon = 'v_CHOMPstation2/icons/mob/hat/item_vr.dmi'
alternate_worn_icon = 'v_CHOMPstation2/icons/mob/hat/mob_vr.dmi'
item_state = "hood_plain"
icon_state = "hood_plain"
body_parts_covered = HEAD
flags_inv = HIDEHAIR|HIDEEARS
mutantrace_variation = NO_MUTANTRACE_VARIATION
/obj/item/clothing/head/hooded/hoodie/purple
name = "purple hood"
color = "#7a287a"
/obj/item/clothing/head/hooded/hoodie/red
name = "red hood"
color = "#7d1e1e"
/obj/item/clothing/head/hooded/hoodie/blue
name = "blue hood"
color = "#1f3499"
/obj/item/clothing/head/hooded/hoodie/green
name = "green hood"
color = "#1a7910"
/obj/item/clothing/head/hooded/hoodie/black
name = "black hood"
color = "#1f1f1f"