mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Adds Datum Tagging for admins (#62982)
This commit is contained in:
@@ -17,6 +17,7 @@ GLOBAL_PROTECT(admin_verbs_default)
|
||||
/client/proc/cmd_admin_pm_panel, /*admin-pm list*/
|
||||
/client/proc/stop_sounds,
|
||||
/client/proc/mark_datum_mapview,
|
||||
/client/proc/tag_datum_mapview,
|
||||
/client/proc/debugstatpanel,
|
||||
/client/proc/fix_air, /*resets air in designated radius to its default atmos composition*/
|
||||
/client/proc/requests
|
||||
@@ -77,6 +78,7 @@ GLOBAL_PROTECT(admin_verbs_admin)
|
||||
/datum/admins/proc/view_all_sdql_spells,
|
||||
/datum/admins/proc/known_alts_panel,
|
||||
/datum/admins/proc/paintings_manager,
|
||||
/datum/admins/proc/display_tags,
|
||||
)
|
||||
GLOBAL_LIST_INIT(admin_verbs_ban, list(/client/proc/unban_panel, /client/proc/ban_panel, /client/proc/stickybanpanel))
|
||||
GLOBAL_PROTECT(admin_verbs_ban)
|
||||
|
||||
Reference in New Issue
Block a user