Files
Bubberstation/code/datums/greyscale/json_configs/ties_worn.json
Useroth 8c4890caac GAGS-ifies ties, and removes inherent ties from some outfits. (#67053) (#14630)
Removes the inherent ties from most civilian outfits with a single-color tie baked into them.

Co-authored-by: Wallem <66052067+Wallemations@users.noreply.github.com>
2022-06-30 02:48:05 +01: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 ]
}
]
}