browse to browser part 1 (#17800)

* browse to browser

* some more

* fix that

* fix that

* .

* datum browser update port

* .

* .
This commit is contained in:
Kashargul
2025-06-06 00:22:16 -07:00
committed by GitHub
parent 701fa23320
commit fa4586e0c6
36 changed files with 428 additions and 423 deletions
+3 -1
View File
@@ -112,7 +112,9 @@ var/global/vs_control/vsc = new
if("[ch]_NAME" in vars) vw_name = vars["[ch]_NAME"]
dat += span_bold("[vw_name] = [vw]") + " <A href='byond://?src=\ref[src];[HrefToken()];changevar=[ch]'>\[Change\]</A><br>"
dat += "<i>[vw_desc]</i><br><br>"
user << browse("<html>[dat]</html>","window=settings")
var/datum/browser/popup = new(user, "settings", "Settings")
popup.set_content(dat)
popup.open()
/vs_control/Topic(href,href_list)
if("changevar" in href_list)