Update SDQL_2.dm

This commit is contained in:
kevinz000
2019-03-02 11:50:06 -08:00
committed by GitHub
parent 13e7a4b64d
commit 0b705a3f01
+1 -1
View File
@@ -714,7 +714,7 @@ GLOBAL_DATUM_INIT(sdql2_vv_statobj, /obj/effect/statclick/SDQL2_VV_all, new(null
SDQL_print(x, text_list)
if (!isnull(x) && !isnum(x) && L[x] != null)
text_list += " -> "
SDQL_print(L[L[x]])
SDQL_print(L[L[x]], text_list)
text_list += "]<br>"
else
if(isnull(object))