Files
Bubberstation/code/datums/greyscale/json_configs/jumpsuit.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

29 lines
471 B
JSON

{
"jumpsuit": [
{
"type": "icon_state",
"icon_state": "jumpsuit",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "jumpsuit_accessories",
"blend_mode": "overlay"
}
],
"jumpskirt": [
{
"type": "icon_state",
"icon_state": "jumpskirt",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "jumpsuit_accessories",
"blend_mode": "overlay"
}
]
}