From d561d83795a66a521b46ffb420eafaea4d5c38e3 Mon Sep 17 00:00:00 2001 From: Jenny Date: Mon, 1 Sep 2025 01:56:42 -0500 Subject: [PATCH] Fixes mega carp turning into failsnek on death (#18393) --- .../modules/mob/living/simple_mob/subtypes/animal/space/carp.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/space/carp.dm b/code/modules/mob/living/simple_mob/subtypes/animal/space/carp.dm index 3bccc69cc33..1fae3c1e99f 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/space/carp.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/space/carp.dm @@ -221,7 +221,7 @@ name = "great white carp" desc = "A very rare breed of carp- and a very aggressive one." icon = 'icons/mob/vore64x64.dmi' - icon_dead = "megacarp_dead" + icon_dead = "megacarp-dead" icon_living = "megacarp" icon_state = "megacarp" vore_icons = SA_ICON_LIVING