From 5f78aff06098bd860ffc1a491d729b5d2dc14cd9 Mon Sep 17 00:00:00 2001 From: Avery Marie <98699252+Eyeveri@users.noreply.github.com> Date: Mon, 31 Jan 2022 20:42:23 -0500 Subject: [PATCH] Fixes dead lizards sprite (#13037) --- code/modules/mob/living/simple_animal/friendly/lizard.dm | 2 +- html/changelogs/readthisnameplz-Averys-hell.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/readthisnameplz-Averys-hell.yml diff --git a/code/modules/mob/living/simple_animal/friendly/lizard.dm b/code/modules/mob/living/simple_animal/friendly/lizard.dm index 645b4104f66..48e7f53f805 100644 --- a/code/modules/mob/living/simple_animal/friendly/lizard.dm +++ b/code/modules/mob/living/simple_animal/friendly/lizard.dm @@ -3,7 +3,7 @@ desc = "It's a hissy little lizard. Is it related to Unathi?" icon_state = "lizard" icon_living = "lizard" - icon_dead = "lizard-dead" + icon_dead = "lizard_dead" speak_emote = list("hisses") health = 5 maxHealth = 5 diff --git a/html/changelogs/readthisnameplz-Averys-hell.yml b/html/changelogs/readthisnameplz-Averys-hell.yml new file mode 100644 index 00000000000..49e5cebdfa2 --- /dev/null +++ b/html/changelogs/readthisnameplz-Averys-hell.yml @@ -0,0 +1,6 @@ +author: ReadThisNamePkz + +delete-after: True + +changes: + - bugfix: "Dead lizard mobs no longer vanish" \ No newline at end of file