Files
Bubberstation/code/datums/greyscale/json_configs/wirecutters.json
T
Arkatos1 9f6c1d2a7b Fixes Cayenne's error sign flickering (#59614)
This PR fixes a case where Cayenne's sprite was flickering an error sign when carrying a disk and correctly assigns icon state names to JSON gags files for carp mouth and wirecutters as per newest standards to prevent further issues with them in the future.
2021-06-13 03:00:04 -03:00

16 lines
238 B
JSON

{
"cutters_map": [
{
"type": "icon_state",
"icon_state": "cutters",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "cutters_cutty_thingy",
"blend_mode": "overlay"
}
]
}