Tooltips Galore! (#4679)

This commit is contained in:
Zandario
2022-11-25 20:00:33 +01:00
committed by GitHub
parent eb5876d899
commit 150fdc0907
94 changed files with 582 additions and 457 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ GLOBAL_DATUM(error_cache, /datum/error_viewer/error_cache)
// from the same source hasn't been shown too recently
if (error_source.next_message_at <= world.time)
var/const/viewtext = "\[view]" // Nesting these in other brackets went poorly
//log_debug("Runtime in <b>[e.file]</b>, line <b>[e.line]</b>: <b>[html_encode(e.name)]</b> [error_entry.make_link(viewtext)]")
//log_debug(SPAN_DEBUGERROR("Runtime in <b>[e.file]</b>, line <b>[e.line]</b>: <b>[html_encode(e.name)]</b> [error_entry.make_link(viewtext)]"))
/*
var/err_msg_delay
if(config?.loaded)