Files
Bubberstation/code/datums/greyscale/json_configs/ties.json
Wallem 12204f2943 GAGS-ifies ties, and removes inherent ties from some outfits. (#67053)
Removes the inherent ties from most civilian outfits with a single-color tie baked into them.
2022-05-30 22:02:25 -07:00

19 lines
309 B
JSON

{
"tie_greyscale_tied": [
{
"type": "icon_state",
"icon_state": "tie_greyscale_tied",
"blend_mode": "overlay",
"color_ids": [ 1 ]
}
],
"tie_greyscale_untied": [
{
"type": "icon_state",
"icon_state": "tie_greyscale_untied",
"blend_mode": "overlay",
"color_ids": [ 1 ]
}
]
}