Files
Bubberstation/code/datums/greyscale/json_configs/sneakers.json
SkyratBot 4ff4b5d15b [MIRROR] Convert jumpsuits, jumpskirts and sneakers to GAGS (#5181)
* Convert jumpsuits, jumpskirts and sneakers to GAGS (#58514)

* Convert jumpsuits, jumpskirts and sneakers to GAGS

* Update maint_loot_common.dm

Co-authored-by: Celotajs <81999976+celotajstg@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
2021-04-26 23:59:18 +01:00

17 lines
258 B
JSON

{
"sneakers": [
{
"type": "icon_state",
"icon_state": "sneakers_back",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "sneakers_front",
"blend_mode": "overlay",
"color_ids": [ 2 ]
}
]
}