From f8b2d3e4d62c84bf0119300e83a5fb2d9f1940db Mon Sep 17 00:00:00 2001 From: Leshana Date: Fri, 27 Apr 2018 09:20:51 -0400 Subject: [PATCH] Alternative way to avoid tooltips on mimics. --- code/modules/mob/living/simple_animal/aliens/mimic.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/modules/mob/living/simple_animal/aliens/mimic.dm b/code/modules/mob/living/simple_animal/aliens/mimic.dm index c13e1721cea..fff75ecbe7e 100644 --- a/code/modules/mob/living/simple_animal/aliens/mimic.dm +++ b/code/modules/mob/living/simple_animal/aliens/mimic.dm @@ -49,10 +49,7 @@ qdel(src) /mob/living/simple_animal/hostile/mimic/MouseEntered(location, control, params) - ..() - closeToolTip(usr) - // ideally, we'd remove the code in ..() that opens the tooltip, - // but then we'd need to duplicate all the other code in ..() + return // Do not call parent: Mimics shouldn't have tooltips! // // Crate Mimic