diff --git a/code/datums/greyscale/json_configs/plushie_lizard.json b/code/datums/greyscale/json_configs/plushie_lizard.json index 47e86a61d8a..5326beac0b1 100644 --- a/code/datums/greyscale/json_configs/plushie_lizard.json +++ b/code/datums/greyscale/json_configs/plushie_lizard.json @@ -1,5 +1,5 @@ { - "": [ + "map_plushie_lizard": [ { "type": "icon_state", "icon_state": "plushie_lizard_body", diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 841b5d834e5..c99bdfd2f64 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -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")