From 81048cc4b41f232c40c2113b594dc6d1c7f4590c Mon Sep 17 00:00:00 2001 From: Heroman Date: Sat, 31 Aug 2019 05:22:01 +1000 Subject: [PATCH] Fixes description not updating on restoration --- code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm b/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm index d0a6622d768..0aa1b700a6e 100644 --- a/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm +++ b/code/modules/mob/living/simple_mob/subtypes/vore/morph/morph.dm @@ -127,6 +127,7 @@ visible_message("[src] suddenly collapses in on itself, dissolving into a pile of green flesh!") name = initial(name) + desc = initial(desc) icon = initial(icon) icon_state = initial(icon_state) size_multiplier = 0