Skip to content

Commit

Permalink
defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 24, 2024
1 parent 3d941e2 commit 7b3ab5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/admin/admin_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,12 @@ GLOBAL_LIST_INIT(admin_verbs_default, list(
/client/proc/cmd_mod_say, /* alternate way of typing asay, no different than cmd_admin_say */
/client/proc/cmd_admin_tacmaps_panel,
/client/proc/other_records,
/datum/admins/proc/announce, /*priority announce something to all clients.*/
/client/proc/toogle_door_control,
))

GLOBAL_LIST_INIT(admin_verbs_admin, list(
/datum/admins/proc/togglejoin, /*toggles whether people can join the current game*/
/datum/admins/proc/announce, /*priority announce something to all clients.*/
/datum/admins/proc/view_game_log, /*shows the server game log (diary) for this round*/
/datum/admins/proc/view_attack_log, /*shows the server attack log for this round*/
/client/proc/giveruntimelog, /*allows us to give access to all runtime logs to somebody*/
Expand Down Expand Up @@ -154,7 +155,6 @@ GLOBAL_LIST_INIT(admin_verbs_major_event, list(
/client/proc/set_autoreplacer,
/client/proc/deactivate_autoreplacer,
/client/proc/rerun_decorators,
/client/proc/toogle_door_control,
/client/proc/map_template_load,
/client/proc/load_event_level,
/client/proc/cmd_fun_fire_ob,
Expand Down

0 comments on commit 7b3ab5f

Please sign in to comment.