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

[MIRROR] Minor clothing fix. #889

Merged
merged 1 commit into from
Nov 30, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,4 @@
cold_protection = CHEST|GROIN|ARMS
body_parts_covered = CHEST|GROIN|ARMS
min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@
greyscale_config_worn = /datum/greyscale_config/warm_sweater/worn
greyscale_colors = "#867361"
flags_1 = IS_PLAYER_COLORABLE_1
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON

/obj/item/clothing/suit/heart_sweater
name = "heart sweater"
Expand All @@ -345,3 +346,4 @@
greyscale_config_worn = /datum/greyscale_config/heart_sweater/worn
greyscale_colors = "#867361#8f3a3a"
flags_1 = IS_PLAYER_COLORABLE_1
supports_variations_flags = CLOTHING_DIGITIGRADE_VARIATION_NO_NEW_ICON
Original file line number Diff line number Diff line change
Expand Up @@ -1745,6 +1745,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/contraband/korpstech, 32)
/obj/item/clothing/neck/trenchcoat
name = "Graceful Trenchcoat"
icon = 'modular_skyrat/master_files/icons/donator/obj/clothing/cloaks.dmi'
icon_state = "trenchcoat"
worn_icon = 'modular_skyrat/master_files/icons/donator/mob/clothing/neck.dmi'
body_parts_covered = CHEST|GROIN|LEGS|ARMS
uses_advanced_reskins = TRUE
Expand Down
Loading