[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>
This commit is contained in:
SkyratBot
2021-07-28 23:11:01 +01:00
committed by GitHub
co-authored by MrMelbert
parent 9505f42997
commit a671213d5d
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
{
"": [
"map_plushie_lizard": [
{
"type": "icon_state",
"icon_state": "plushie_lizard_body",
+1 -1
View File
@@ -502,7 +502,7 @@
/obj/item/toy/plush/lizard_plushie
name = "lizard plushie"
desc = "An adorable stuffed toy that resembles a lizardperson."
icon_state = "map_pushie_lizard"
icon_state = "map_plushie_lizard"
greyscale_config = /datum/greyscale_config/plush_lizard
attack_verb_continuous = list("claws", "hisses", "tail slaps")
attack_verb_simple = list("claw", "hiss", "tail slap")