Re-Support old hotkey mode behaviour (#33460)

* supports old hotkey mode behavior

* testmerge fixes
This commit is contained in:
Emmett Gaines
2017-12-16 21:35:47 -05:00
committed by oranges
parent e4d3296d4f
commit 4ec09a0c19
8 changed files with 140 additions and 45 deletions

View File

@@ -158,7 +158,7 @@ GLOBAL_LIST_INIT(admin_verbs_debug, world.AVerbsDebug())
/client/proc/pump_random_event,
/client/proc/cmd_display_init_log,
/client/proc/cmd_display_overlay_log,
/datum/admins/proc/create_or_modify_area
/datum/admins/proc/create_or_modify_area,
)
GLOBAL_PROTECT(admin_verbs_possess)
GLOBAL_LIST_INIT(admin_verbs_possess, list(/proc/possess, /proc/release))