mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
literally just hook asay into tgui say (#73212)
## About The Pull Request pressing f3 now opens asay in tgui say ## Why It's Good For The Game  also fixes double-escaped special characters caused by #72407 and finally gets rid of the gross regular tgui input popup ## Changelog 🆑 fix: asays are no longer double-escaped admin: asay now uses tgui say /🆑 --------- Co-authored-by: Scriptis <scriptis@duck.com>
This commit is contained in:
@@ -7,18 +7,11 @@
|
||||
|
||||
/datum/keybinding/admin/admin_say
|
||||
hotkey_keys = list("F3")
|
||||
name = "admin_say"
|
||||
name = ADMIN_CHANNEL
|
||||
full_name = "Admin say"
|
||||
description = "Talk with other admins."
|
||||
keybind_signal = COMSIG_KB_ADMIN_ASAY_DOWN
|
||||
|
||||
/datum/keybinding/admin/admin_say/down(client/user)
|
||||
. = ..()
|
||||
if(.)
|
||||
return
|
||||
user.get_admin_say()
|
||||
return TRUE
|
||||
|
||||
/datum/keybinding/admin/admin_ghost
|
||||
hotkey_keys = list("F5")
|
||||
name = "admin_ghost"
|
||||
|
||||
Reference in New Issue
Block a user