[MIRROR] browse to browser part 1 (#11017)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-06-06 07:18:23 -07:00
committed by GitHub
parent d7cd22d2d0
commit 0fc7bb29d1
36 changed files with 428 additions and 423 deletions

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)
..()