Merge pull request #8046 from Atermonera/view_global_variables

Adds verb to VV global variables
This commit is contained in:
Atermonera
2021-05-09 20:34:09 -04:00
committed by VirgoBot
parent c81bb0d041
commit 3ac3b76143
8 changed files with 297 additions and 59 deletions
@@ -78,8 +78,7 @@
var/list/names = list()
if (!islist)
for (var/V in D.vars)
names += V
names = D.get_variables()
sleep(1)//For some reason, without this sleep, VVing will cause client to disconnect on certain objects.
var/list/variable_html = list()