Files
Bubberstation/code/datums/greyscale/json_configs/plushie_lizard.json
SkyratBot a671213d5d [MIRROR] Fixes the map sprite for lizard plushes (#7204)
* Fixes the map sprite for lizard plushes (#60416)

This PR fixes the placeholder map sprite for lizard plushes. I included a map sprite in my original GAGS PR but I forgot a single character from the icon_state which made it not work and I didn't realize until after it was merged.

* Fixes the map sprite for lizard plushes

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
2021-07-28 23:11:01 +01:00

27 lines
484 B
JSON

{
"map_plushie_lizard": [
{
"type": "icon_state",
"icon_state": "plushie_lizard_body",
"blend_mode": "overlay",
"color_ids": [ 1 ]
},
{
"type": "icon_state",
"icon_state": "plushie_lizard_eyes",
"blend_mode": "overlay",
"color_ids": [ 2 ]
},
{
"type": "icon_state",
"icon_state": "plushie_lizard_tongue",
"blend_mode": "overlay"
},
{
"type": "icon_state",
"icon_state": "plushie_lizard_pupil",
"blend_mode": "overlay"
}
]
}