mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +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)
|
/proc/build_context(list/context, key, allow_image)
|
||||||
var/list/to_add
|
var/list/to_add
|
||||||
for(var/intent in context[key])
|
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]"
|
var/icon = "[copytext(key, -3)]-[intent]"
|
||||||
if(allow_image)
|
if(allow_image)
|
||||||
icon = "\icon[GLOB.screentip_context_icons[icon]]"
|
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