mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-08-27 14:58:01 +01:00
* Vapes use correct fill level overlays (#84821) ## About The Pull Request Closes #83573 by removing an underscore ## Changelog 🆑 fix: Vapes use correct fill level overlays /🆑 * Vapes use correct fill level overlays --------- Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
21 lines
445 B
JSON
21 lines
445 B
JSON
{
|
|
"vapeopen_low": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "vapeOutlet",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "vapeInput",
|
|
"blend_mode": "overlay"
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "vapeopen_low",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|