mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-23 04:56:23 +01:00
34 lines
828 B
Plaintext
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"
|
|
|