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
+4 -3
View File
@@ -78,9 +78,10 @@
// END AUTOFIX
if(op)
dat += "<A href='byond://?src=\ref[src];spell_choice=rememorize'>Re-memorize Spells</A><BR>"
user << browse("<html>[dat]</html>", "window=radio")
onclose(user, "radio")
return
var/datum/browser/popup = new(user, "radio", "Spellbook")
popup.set_content(dat)
popup.open()
/obj/item/spellbook/Topic(href, href_list)
..()