mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[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:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"": [
|
||||
"map_plushie_lizard": [
|
||||
{
|
||||
"type": "icon_state",
|
||||
"icon_state": "plushie_lizard_body",
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user