Hopefully final batch of GAGS icon fixes

This commit is contained in:
Roxy
2025-05-30 02:16:55 -04:00
parent 992bc22764
commit e2deadf41e
5 changed files with 9 additions and 6 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

@@ -43,7 +43,7 @@
name = "yoga pants"
desc = "Breathable and stretchy, perfect for exercising comfortably!"
icon = 'icons/map_icons/clothing/under/_under.dmi'
icon_state = ""
icon_state = "/obj/item/clothing/under/pants/skyrat/yoga"
post_init_icon_state = "yoga_pants"
greyscale_config = /datum/greyscale_config/yoga_pants //These configs are defined in the GAGS module for now; the icons and item will remain in these files.
greyscale_config_worn = /datum/greyscale_config/yoga_pants/worn
@@ -1214,7 +1214,6 @@
/obj/item/poster/korpstech
name = "Korps Genetics poster"
poster_type = /obj/structure/sign/poster/contraband/korpstech
icon = 'modular_skyrat/modules/aesthetics/posters/contraband.dmi'
icon_state = "rolled_poster"
/obj/structure/sign/poster/contraband/korpstech
@@ -33,7 +33,8 @@
/obj/item/clothing/head/beret/medical/coroner //Donator request by Gavla
name = "coroner beret"
desc = "For harvesting organs in style!"
icon_state = "beret_badge_med"
icon_state = "/obj/item/clothing/head/beret/medical/coroner"
post_init_icon_state = "beret_badge_med"
greyscale_config = /datum/greyscale_config/beret_badge
greyscale_config_worn = /datum/greyscale_config/beret_badge/worn
greyscale_colors = "#3E3E48#FFFFFF"
@@ -41,16 +41,19 @@
/obj/item/clothing/suit/crop_jacket/long
name = "sports jacket"
desc = "A jacket that probably makes quite the effective outdoors wear."
icon_state = "jacket"
icon_state = "/obj/item/clothing/suit/crop_jacket/long"
post_init_icon_state = "jacket"
/obj/item/clothing/suit/crop_jacket/shortsleeve/long
name = "short-sleeved sports jacket"
desc = "A jacket that probably makes quite the effective outdoors wear. However, \
some barbarian has cut the sleeves in half."
icon_state = "jacket_short"
icon_state = "/obj/item/clothing/suit/crop_jacket/shortsleeve/long"
post_init_icon_state = "jacket_short"
/obj/item/clothing/suit/crop_jacket/sleeveless/long
name = "sleeveless sports jacket"
desc = "A jacket that probably makes quite the effective outdoors wear. However, \
some barbarian has cut the sleeves off."
icon_state = "jacket_sleeveless"
icon_state = "/obj/item/clothing/suit/crop_jacket/sleeveless/long"
post_init_icon_state = "jacket_sleeveless"