Files
Bubberstation/code/datums/greyscale/json_configs/labcoat.json
T
D4C-420 4d78268850 Fixes labcoats having the wrong sprites when thrown (#79457)
## About The Pull Request
Fixes #79450 


## Why It's Good For The Game
Direction sprites? For clothing on the floor? Crazy
## Changelog
🆑
fix: lab coats no longer have directional sprites when thrown
/🆑
2023-11-04 03:34:43 +01:00

55 lines
947 B
JSON

{
"labcoat_job": [
{
"type": "icon_state",
"icon_state": "labcoat_job",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "sash",
"blend_mode": "overlay",
"color_ids": [ 2 ]
},
{
"type": "icon_state",
"icon_state": "shoulder",
"blend_mode": "overlay",
"color_ids": [ 3 ]
},
{
"type": "icon_state",
"icon_state": "back",
"blend_mode": "overlay",
"color_ids": [ 4 ]
}
],
"labcoat_job_t": [
{
"type": "icon_state",
"icon_state": "labcoat_job_t",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "sash_t",
"blend_mode": "overlay",
"color_ids": [ 2 ]
},
{
"type": "icon_state",
"icon_state": "shoulder",
"blend_mode": "overlay",
"color_ids": [ 3 ]
},
{
"type": "icon_state",
"icon_state": "back_t",
"blend_mode": "overlay",
"color_ids": [ 4 ]
}
]
}