[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 16:18:23 +02:00
committed by GitHub
co-authored by Kashargul
parent d7cd22d2d0
commit 0fc7bb29d1
36 changed files with 428 additions and 423 deletions
+1 -1
View File
@@ -467,7 +467,7 @@
admin_holder.rank_flags(),
350,
590,
allowed_edit_list = usr.client.holder.can_edit_rights_flags(),
allowed_edit_field = usr.client.holder.can_edit_rights_flags(),
)
admin_holder.disassociate()
+3 -1
View File
@@ -77,7 +77,9 @@ GLOBAL_VAR_INIT(global_vantag_hud, 0)
to_chat(src, "Some accounts did not have proper ages set in their clients. This function requires database to be present.")
if(msg != "")
src << browse("<html>[msg]</html>", "window=Player_age_check")
var/datum/browser/popup = new(src, "Player_age_check", "Player Age Check")
popup.set_content(msg)
popup.open()
else
to_chat(src, "No matches for that age range found.")