mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Alternative way to avoid tooltips on mimics.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user