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

Fixes the CL Bomber Jackets/Vests/Jackets sprites eing HJONK #5624

Merged
merged 2 commits into from
Feb 3, 2024
Merged
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
3 changes: 3 additions & 0 deletions code/modules/clothing/suits/marine_coat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@
desc = "A casual brown vest."
icon_state = "vest_brown"
item_state = "vest_brown"
flags_atom = NO_SNOW_TYPE
has_buttons = FALSE

/obj/item/clothing/suit/storage/jacket/marine/vest/tan
Expand All @@ -316,6 +317,7 @@
desc = "A khaki suit jacket."
icon_state = "corporate_ivy"
item_state = "corporate_ivy"
flags_atom = NO_SNOW_TYPE
has_buttons = FALSE

/obj/item/clothing/suit/storage/jacket/marine/corporate/formal
Expand Down Expand Up @@ -351,6 +353,7 @@
desc = "A khaki bomber jacket popular among stationeers and blue-collar workers everywhere."
icon_state = "jacket_khaki"
item_state = "jacket_khaki"
flags_atom = NO_SNOW_TYPE
has_buttons = FALSE

/obj/item/clothing/suit/storage/jacket/marine/bomber/red
Expand Down
Loading