diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm index 0723a46d44..d993f336f0 100644 --- a/code/modules/vore/eating/living_vr.dm +++ b/code/modules/vore/eating/living_vr.dm @@ -611,8 +611,8 @@ set desc = "Switch sharp/fuzzy scaling for current mob." appearance_flags ^= PIXEL_SCALE -/mob/living/examine(mob/user) - . = ..() +/mob/living/examine(mob/user, distance, infix, suffix) + . = ..(user, distance, infix, suffix) if(showvoreprefs) to_chat(user, "\[Mechanical Vore Preferences\]")