[MIRROR] missing VV options (#11180)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-13 16:41:33 +02:00
committed by GitHub
co-authored by Kashargul
parent 2655eddc8e
commit 668bc1e4e9
15 changed files with 327 additions and 31 deletions
+2 -2
View File
@@ -151,7 +151,7 @@
vv_update_display(editing, href_list["var_tweak"], istext(new_val) ? uppertext(new_val) : new_val)
//Finally, refresh if something modified the list.
if(href_list["datumrefresh"])
var/datum/DAT = locate(href_list["datumrefresh"])
if(href_list[VV_HK_DATUM_REFRESH])
var/datum/DAT = locate(href_list[VV_HK_DATUM_REFRESH])
if(isdatum(DAT) || istype(DAT, /client) || islist(DAT))
debug_variables(DAT)