Files
Bubberstation/code/datums/greyscale/json_configs/sweater_worn.json
2022-08-01 22:48:56 -07:00

19 lines
265 B
JSON

{
"sweater": [
{
"type": "icon_state",
"icon_state": "sweater",
"blend_mode": "overlay",
"color_ids": [ 1 ]
}
],
"sweater_t": [
{
"type": "icon_state",
"icon_state": "sweater_t",
"blend_mode": "overlay",
"color_ids": [ 1 ]
}
]
}