Files
Bubberstation/code/datums/greyscale/json_configs/screwdriver.json
SkyratBot 66df847bad [MIRROR] Adds a unit test for icon states on GAGS items and fixes some inhand sprites (#6015)
* Adds a unit test for icon states on GAGS items and fixes some inhand sprites (#59330)

This adds a unit test which goes through all items and makes sure all the icon states needed are in the greyscale configurations, if it has one.

* Adds a unit test for icon states on GAGS items and fixes some inhand sprites

Co-authored-by: Emmett Gaines <ninjanomnom@gmail.com>
2021-05-28 16:42:34 +01:00

16 lines
248 B
JSON

{
"screwdriver_map": [
{
"type": "icon_state",
"icon_state": "screwdriver",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "screwdriver_screwybits",
"blend_mode": "overlay"
}
]
}