mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 22:57:15 +01:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -18,6 +18,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*/
|
||||
)
|
||||
@@ -92,7 +93,8 @@ GLOBAL_PROTECT(admin_verbs_admin)
|
||||
/client/proc/addvpnbypass, //SPLURT
|
||||
/client/proc/revokevpnbypass, //SPLURT
|
||||
/datum/admins/proc/open_borgopanel,
|
||||
/datum/admins/proc/change_laws //change AI laws
|
||||
/datum/admins/proc/change_laws, //change AI laws
|
||||
/datum/admins/proc/display_tags,
|
||||
)
|
||||
GLOBAL_LIST_INIT(admin_verbs_ban, list(/client/proc/unban_panel, /client/proc/DB_ban_panel, /client/proc/stickybanpanel))
|
||||
GLOBAL_PROTECT(admin_verbs_ban)
|
||||
|
||||
Reference in New Issue
Block a user