mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
less weird coloring
This commit is contained in:
@@ -18,7 +18,7 @@ GLOBAL_LIST_INIT_TYPED(screentip_context_icons, /image, prepare_screentip_contex
|
||||
/proc/build_context(list/context, key, allow_image)
|
||||
var/list/to_add
|
||||
for(var/intent in context[key])
|
||||
var/key_help = "[length(key) > 3 ? copytext(key, 1, -3) : ""]"
|
||||
var/key_help = "[length(key) > 3 ? "[copytext(key, 1, -3)][allow_image ? " " : ""]" : ""]"
|
||||
var/icon = "[copytext(key, -3)]-[intent]"
|
||||
if(allow_image)
|
||||
icon = "\icon[GLOB.screentip_context_icons[icon]]"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 414 B After Width: | Height: | Size: 414 B |
Binary file not shown.
|
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 490 B |
Reference in New Issue
Block a user