diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index 9eb6059db53..9711aba7bf1 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -20,6 +20,7 @@ M.verbs += /mob/living/proc/insidePanel M.verbs += /mob/living/proc/escapeOOC M.verbs += /mob/living/proc/lick + M.appearance_flags |= PIXEL_SCALE //Tries to load prefs if a client is present otherwise gives freebie stomach if(!M.vore_organs || !M.vore_organs.len)