Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black and White Hoodie #3179

Merged
merged 19 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions code/modules/client/loadout/loadout_suit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
display_name = "hoodie, T4L1"
path = /obj/item/clothing/suit/hooded/hoodie/rilena

/datum/gear/suit/jacket/hoodie_baw
display_name = "hoodie, black w grey hood"
path = /obj/item/clothing/suit/hooded/hoodie/blackwa

/datum/gear/suit/jacket/highvis
display_name = "industrial jacket"
path = /obj/item/clothing/suit/toggle/industrial
Expand Down
6 changes: 6 additions & 0 deletions code/modules/clothing/suits/hoodies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,9 @@
icon_state = "hoodie_rilena"
item_state = "hoodie_rilena"

/obj/item/clothing/suit/hooded/hoodie/blackwa
name = "black and white hoodie"
desc = "A hoodie that is black, with a white hood. It has a comfy pocket for keeping your hands warm."
icon_state = "hoodie_bwa"
item_state = "hoodie_bwa"
hoodtype = /obj/item/clothing/head/hooded/hood/gray
Binary file modified icons/mob/clothing/suits/hooded.dmi
Binary file not shown.
Binary file modified icons/mob/species/kepori/onmob_suit_kepori.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits/hooded.dmi
Binary file not shown.
Loading