[MIRROR] Adds verb to VV global variables

This commit is contained in:
Chompstation Bot
2021-05-11 13:06:50 +00:00
parent cfeb771bd3
commit c136e96487
8 changed files with 302 additions and 58 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()