Makes a hotkey for asay

This commit is contained in:
tortellinitony
2018-01-08 17:55:18 -05:00
parent f741bc868a
commit 2fcdcafced
3 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
/datum/admins/key_down(_key, client/user)
switch(_key)
if("F3")
user.asay()
return
if("F5")
user.admin_ghost()
return