Merge pull request #34203 from tortellinitony/asayf

Makes a hotkey for asay
This commit is contained in:
Leo
2018-01-10 20:00:08 -02:00
committed by GitHub
3 changed files with 5 additions and 1 deletions
@@ -1,5 +1,8 @@
/datum/admins/key_down(_key, client/user)
switch(_key)
if("F3")
user.cmd_admin_say()
return
if("F5")
user.admin_ghost()
return