Skip to content

Commit

Permalink
Minor clothing fix. (#889)
Browse files Browse the repository at this point in the history
minor clothing fix

Co-authored-by: ๑ï <111681347+Smol42@users.noreply.github.com>
  • Loading branch information
Steals-The-PRs and Smol42 authored Nov 30, 2023
1 parent 58d1402 commit 8d91360
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
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

0 comments on commit 8d91360

Please sign in to comment.