mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-05-13 10:41:37 +01:00
4d78268850
## 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 /🆑
55 lines
947 B
JSON
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 ]
|
|
}
|
|
]
|
|
}
|