From b7340c4f94daa7c02f87dc5e5b25b90056ce8bc0 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Tue, 30 Apr 2019 23:50:31 -0400 Subject: [PATCH] It's a Crate! Or is it? Prevent metagamey-ness stuff with Mechanical Vore Prefs displaying. --- code/modules/mob/living/simple_animal/aliens/mimic.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/simple_animal/aliens/mimic.dm b/code/modules/mob/living/simple_animal/aliens/mimic.dm index fff75ecbe7..0a22010c72 100644 --- a/code/modules/mob/living/simple_animal/aliens/mimic.dm +++ b/code/modules/mob/living/simple_animal/aliens/mimic.dm @@ -38,6 +38,8 @@ minbodytemp = 0 meat_type = /obj/item/weapon/reagent_containers/food/snacks/carpmeat +//TFF 30/4/19: Port VoreStation Mechanical Vore Prefs - hide Mimic prefs + showvoreprefs = 0 //VOREStation Edit - Hides mechanical vore prefs for mimics. You can't see their gaping maws when they're just sitting idle. /mob/living/simple_animal/hostile/mimic/set_target() . = ..()