From 2840fe20b89dde9c2a11afff5c5cac79d79bfa68 Mon Sep 17 00:00:00 2001 From: Detective Google <48196179+Detective-Google@users.noreply.github.com> Date: Sun, 4 Oct 2020 16:06:19 -0500 Subject: [PATCH] thank you kevinz --- code/modules/vore/eating/living.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/eating/living.dm b/code/modules/vore/eating/living.dm index d1cba18e4f..a0ae58a44d 100644 --- a/code/modules/vore/eating/living.dm +++ b/code/modules/vore/eating/living.dm @@ -349,7 +349,7 @@ if(L != src && (!L.ckey || L.client?.prefs.vore_flags & LICKABLE) && Adjacent(L)) LAZYADD(lickable, L) for(var/mob/living/listed in lickable) - lickable[listed] = getFlatIcon(listed) // forgive me for what I must do. + lickable[listed] = new /mutable_appearance(listed) if(!lickable) return