Merge pull request #14688 from SandPoot/good-tooltips

Makes tooltips good and creates a base for adding more.
This commit is contained in:
silicons
2021-05-07 18:41:22 -06:00
committed by GitHub
11 changed files with 72 additions and 9 deletions
+3
View File
@@ -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)
. = ..()