From 92b8f93965097588f116dd389aa1611ec07f2cac Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sun, 21 May 2017 21:29:38 -0400 Subject: [PATCH] Non-fuzzy macro scaling attempt Let's see how it goes! --- code/modules/vore/eating/living_vr.dm | 1 + 1 file changed, 1 insertion(+) 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)