mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-31 03:52:31 +00:00
15 lines
238 B
Plaintext
15 lines
238 B
Plaintext
/datum/admins/key_down(_key, client/user)
|
|
switch(_key)
|
|
if("F5")
|
|
user.admin_ghost()
|
|
return
|
|
if("F6")
|
|
player_panel_new()
|
|
return
|
|
if("F7")
|
|
user.cmd_admin_pm_panel()
|
|
return
|
|
if("F8")
|
|
user.invisimin()
|
|
return
|
|
..() |