From 6bd5707a631a80720981d8745d874568947edc4a Mon Sep 17 00:00:00 2001 From: SandPoot Date: Thu, 6 May 2021 02:50:32 -0300 Subject: [PATCH] found it --- code/game/atoms_movable.dm | 3 +++ code/modules/tooltip/tooltip.dm | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/atoms_movable.dm b/code/game/atoms_movable.dm index fbda722e4f..aafa77b878 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -55,6 +55,9 @@ ///Internal holder for emissive blocker object, do not use directly use blocks_emissive var/atom/movable/emissive_blocker/em_block + /// Should we use tooltips, if the thing does not have the code implemented `get_tooltip_data()`, it will default to examine(src) + var/tooltips = FALSE + /atom/movable/Initialize(mapload) . = ..() diff --git a/code/modules/tooltip/tooltip.dm b/code/modules/tooltip/tooltip.dm index 6f29875c20..1d22af26ac 100644 --- a/code/modules/tooltip/tooltip.dm +++ b/code/modules/tooltip/tooltip.dm @@ -122,9 +122,6 @@ Notes: if(user.client && user.client.tooltips) user.client.tooltips.hide() -/atom/movable - var/tooltips = FALSE - /atom/movable/proc/get_tooltip_data() return