Alternative way to avoid tooltips on mimics.

This commit is contained in:
Leshana
2018-04-27 09:49:02 -04:00
parent d05163baba
commit f8b2d3e4d6
@@ -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