mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 08:35:39 +01:00
next set of spans (#16434)
* next set of spans * some more * next * next * next * . * text... * next... rest soon * . * . * ok last set for the night * . * . * . * . * some more * next * next * all for now * . * some more easy ones * some more easy ones * . * . * some more bolds * oups auto complete moment * add the remaining spans * this as well * this as well * . * ., * resync them properly
This commit is contained in:
@@ -480,10 +480,10 @@ GLOBAL_DATUM_INIT(sdql2_vv_statobj, /obj/effect/statclick/SDQL2_VV_all, new(null
|
||||
var/client/C = GLOB.directory[show_next_to_key]
|
||||
if(C)
|
||||
var/mob/showmob = C.mob
|
||||
to_chat(showmob, "<span class='admin'>SDQL query results: [get_query_text()]<br>\
|
||||
to_chat(showmob, span_admin("SDQL query results: [get_query_text()]<br>\
|
||||
SDQL query completed: [islist(obj_count_all)? length(obj_count_all) : obj_count_all] objects selected by path, and \
|
||||
[where_switched? "[islist(obj_count_eligible)? length(obj_count_eligible) : obj_count_eligible] objects executed on after WHERE keyword selection." : ""]<br>\
|
||||
SDQL query took [DisplayTimeText(end_time - start_time)] to complete.</span>")
|
||||
SDQL query took [DisplayTimeText(end_time - start_time)] to complete."))
|
||||
if(length(select_text))
|
||||
var/text = islist(select_text)? select_text.Join() : select_text
|
||||
var/static/result_offset = 0
|
||||
|
||||
Reference in New Issue
Block a user