Updates SDQL2 to the latest TG version and adds variable protection. (#17997)

* SDQL2 update

* fix that verb

* cl

* fix that

* toworld

* this is pointless

* update info

* siiiiick..

* vv edit update

* fix that

* fix editing vars

* fix VV

* discord protection

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2023-12-25 18:10:35 +01:00
committed by GitHub
parent af318acfc1
commit 12487c94bb
53 changed files with 2014 additions and 1042 deletions
@@ -21,7 +21,7 @@
if(!D)
return
var/static/list/blacklist = list(/datum/configuration, /datum/controller/subsystem/discord)
var/static/list/blacklist = list(/datum/configuration)
if(is_type_in_list(D,blacklist))
return
@@ -121,6 +121,8 @@
CHECK_TICK
if(x in view_variables_hide_vars)
continue
if(!D.can_vv_get(x))
continue
variables += x
variables = sortList(variables)
for(var/x in variables)