less weird coloring

This commit is contained in:
SandPoot
2023-02-20 00:44:40 -03:00
parent 1f6338189a
commit ca5dddfc29
3 changed files with 1 additions and 1 deletions

View File

@@ -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